nikitasavinov / checkstyle-action

Run Java checkstyle with reviewdog in github actions
MIT License
59 stars 37 forks source link

@SuppressWarnings Not working #25

Open KenwoodFox opened 3 years ago

KenwoodFox commented 3 years ago

Im not sure if this is ok to put here but i notice that the action does not respect the @SuppressWarnings decorator:

@SuppressWarnings({"checkstyle:AbbreviationAsWordInName", "checkstyle:LineLength"})
public final class Constants {

Am i doing something wrong?