| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| List<RulesDefinition.Rule> rules = repository.rules(); | ||
| assertThat(rules).isNotNull(); | ||
| assertThat(rules).hasSize(180); | ||
| assertThat(rules).hasSize(322); |
There was a problem hiding this comment.
@pynicolas I noticed inconsistency: we declare 322 rules, but there are 328 entries in remediation cost file.
Also while there are 142 rules added in rules.xml, there are only 116 added in rules_generated.
Sorry, something went wrong.
There was a problem hiding this comment.
@vilchik-elena I fixed the first inconsistencies you noticed in d632d01. We now define 325 rules.
The second set of inconsistencies is due to the rules which were removed by pylint and which we still want to define: these rules were removed from rules_generated.xml but not from rules.xml.
Thanks!
Sorry, something went wrong.
|
Thanks for your response time @pynicolas ! much appreciated! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.