Sonar: Create New Rule For Android Lint
I am using SonarQube 5.1 in order to collect all Java and Lint errors for Android apps. Almost every important issue is already caught by Sonar using Lint plugin, but I have found
Solution 1:
Accidentally I have found how to do this. Steps:
- Log in as administrator or other user with sufficient rights.
- Look for XPath rule for the language, XML in this case.
- Press Create button near "Custom Rules" text and fill form.
Do not forget to activate this custom rule in your profile.
PS: IMHO, the underlying problem is that documentation is not updated, and the vast majority of URLs are currently broken, due CodeHaus termination. Until old broken links will be corrected, it would be great if automatic redirection be performed.
Post a Comment for "Sonar: Create New Rule For Android Lint"