sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

Remove duplicate messsages #29

Open sk- opened 10 years ago

sk- commented 10 years ago

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