git-lint
git-lint copied to clipboard
Remove duplicate messsages
Sometimes different linters report the same message and hence is reported twice by the tool.
One such example is in Java with empty catch block
line 36: Avoid empty catch blocks
line 36: Avoid empty catch blocks