You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create common VCS engine
* Add suppressPattern config, pass config object to gitlab and github directly
* Create VCSEngine config interface to avoid accessing unrelated configs from VCSEngine
* Move bot logic into AnalyzerBot
* Move files around and clean up complex methods
* Remove unused imports
* Change inheritance into composition
* Remove dedicate GitHub and GitLab engine and use VCSEngine directly with different adapter
* Remove unrelated changes from refactoring to make it less confusing
* Add test for AnalyzerBot
* Make analyzer bot injectable to simplify testing
* Create testcases for VCSEngine
* Add suppressRules option
* Add unit test for commentUtil
* Make groupComments function easier to understand
* Support rule suppression in commentUtil
* Fix errors because of additional field
* Pass through suppressRules config from AnalyzerBot
* Update readme
* Support regexp in rule suppression
* Fix misleading regexp
* Make suppressRules non-nullable
|`output` / `-o`| no || CodeCoach parsed output for debugging |
99
+
|`removeOldComment` / `-r`| no |`true` or `false`| Remove CodeCoach's old comments before adding new one |
100
+
|`failOnWarnings`| no |`true` or `false`| Fail the job when warnings are found |
101
+
|`dryRun`| no |`true` or `false`| Running CodeCoach without reporting to VCS |
102
+
|`suppressRules`| no |`rule-group-1/.*``rule-id-1``rule-id-2`| Rule IDs that CodeCoach will still comment but no longer treated as errors or warnings |
0 commit comments