Is there any code rule changes in Sonar community Vs Developer and enterprise version?

Is there any code rule changes in Sonar community Vs Developer and enterprise version?
Is the community version is only limited to Master branch scanning?
Do we have a IDE integration possible with Community version?
If anyone having the diff between the community , Developer and Enterprise with clear explanations, please feel share it here

Hi Aneesh and welcome to the community!

I think this site contains quite a nice (not too detailed) overview of the different versions: Download | SonarQube

To sum it up: most rules are the same but only Developer Edition and above have access to taint-injection rules for Java, C#, PHP, Python, Javascript, and Typescript. So to detect vulnerabilities like Cross-Site Scripting you need DE or above.