git-lint icon indicating copy to clipboard operation
git-lint copied to clipboard

Remove duplicate messsages

Open sk- opened this issue 11 years ago • 0 comments

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

sk- avatar Jun 13 '14 12:06 sk-