DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- that are critical or blocker generally indicate bugs and should be fixed as soon possible.
- that are major may point to areas where issues can occur and care should be taken you . You may want to fix these.
- that are minor can be generally ignored but you may want to compile comply with them when writing new code.
Fixed here means fixed if there is a bug or marked as won't fix or false positive in the Sonar Cube web interface if it isn't bug.
Note rules that are not commonly encountered, don't occur in the current code base or are minor are not mentioned here.
The resulting rule changes will result in a more relaxed set of rules that match the currently current development code style of the FlexJS framework and that make the Sonar Cube reports more useful.
For a list of all rules, code example and rule references see here.
New Rules
These rules (currently disabled) should be added:
- Copyright and license headers should be defined (blocker)
- Public classes, methods, properties and metadata should be documented with ASDoc (major)
- Method visibility should be explicitly declared (minor)
...