D-Scanner icon indicating copy to clipboard operation
D-Scanner copied to clipboard

Add rules documentation (level, category and description)

Open ljmf00 opened this issue 5 years ago • 0 comments

Code static analyzers should have a level, category and a description associated to each rule to let wrappers know the severity of the error, more about it and categorize to be more easy to search for specific errors (code style, error prone, security issues...)

I'm open to contribute and implement this, but before making a pull request, should discuss about the type of documentation that is going to be used. I suggest to follow this documentation. A json or xml and a specification for that file should be enough for wrappers to know how the tool work.

ljmf00 avatar Jul 29 '19 22:07 ljmf00