Skip to content

Commit

Permalink
Report all errors as [nullness]. (jspecify#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Werner Dietl <wdietl@gmail.com>
  • Loading branch information
cpovirk and wmdietl authored Jul 26, 2024
1 parent 746e34b commit 3c80e50
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ public NavigableSet<String> getSuppressWarningsPrefixes() {
return prefixes;
}

@Override
protected String suppressWarningsString(String messageKey) {
return "nullness";
}

@Override
public void initChecker() {
super.initChecker();
Expand Down

0 comments on commit 3c80e50

Please sign in to comment.