AEM-Rules-for-SonarQube icon indicating copy to clipboard operation
AEM-Rules-for-SonarQube copied to clipboard

SonarQube plugin with set of rules detecting possible bugs and bad smells specific for AEM development.

Results 31 AEM-Rules-for-SonarQube issues
Sort by recently updated
recently updated
newest added

When using v16 of the AEM Rules for Sonarqube plugin with Sonarqube LTS 8.9.9 there seems to be an API incompatibility: ``` [ERROR] Unable to run check class com.cognifide.aemrules.java.checks.slingmodels.DefaultInjectionStrategyAnnotationCheck -...

Originally mentioned by @boobootoo2 and @bhartm3 in comments under https://github.com/wttech/AEM-Rules-for-SonarQube/issues/78 The comment below does not suppress the Sonar Error. I am able to suppress HTML issues however. ``` ```

bug
help wanted
htl

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps logback-classic from 0.9.30 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=0.9.30&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Updating Custom Dockerfile and Community image with the last version of SonarQube and AEM.

Running `docker run --rm -p 9000:9000 ahmedmusallam/sonarqube-aem:latest` fails during startup: ``` 2020.11.03 19:18:10 ERROR web[][o.s.s.p.Platform] Background initialization failed. Stopping SonarQube org.elasticsearch.cluster.block.ClusterBlockException: blocked by: [FORBIDDEN/12/index read-only / allow delete (api)]; at...

Review the report: https://sonarcloud.io/dashboard?id=com.cognifide.aemrules%3Asonar-aemrules-plugin A few minor RegEx changes around operator precedence and a number of deprecated APIs to be replaced. Mostly detected in old code, with the introduction of...

In the [HTL Style Guide by Netcentric](https://github.com/Netcentric/aem-htl-style-guide) there was quite a lengthy discussion about whether HTL attributes should be placed before or after other attributes: https://github.com/Netcentric/aem-htl-style-guide/issues/25 They concluded that they...

Sonar Quebe server Crashed while installing AEM rule from Market place. please help. Steps: • Search the plugin in Market place (AEM) • Click on install button. Version: Community EditionVersion...

During the code review of https://github.com/Cognifide/AEM-Rules-for-SonarQube/pull/181, we talked about try-with-resources statements and the implementation details of AEM-20 (ResourceResolver can be closed using try-with-resources Java 7 feature). We noticed a suspicious...

enhancement
rule