Code readability and style

Hi,
Im looking at if there are any options to scan for code readability and coding style issues using any plugins. Im using the latest v8.9 sonarqube server.

Thanks

Hi,

Before you look for plugins, you should first take a look at the rules you already have included with SonarQube. Filter in your language of choice for rules that have the tag convention – these are likely to fill your basic needs and can be added to your Quality Profiles with just a bit of configuration.

Thanks, that helps and it covers some of the basic coding styles.

For java you can import checkstyle scan results, or import the checkstyle configuration to create rules out of it (at least for some checks)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.