Skip to content

Commit

Permalink
Remove DefaultLocale check (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored Aug 19, 2024
1 parent 138ad52 commit b341e9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 133 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ private static void configureErrorProneOptions(
// We often use javadoc comments without javadoc parameter information.
"NotJavadoc",
"PreferImmutableStreamExCollections",
// StringCaseLocaleUsage duplicates our existing DefaultLocale check which is already
// enforced in some places.
"StringCaseLocaleUsage",
"UnnecessaryTestMethodPrefix",
"UnusedVariable",
// See VarUsage: The var keyword results in illegible code in most cases and should not be used.
Expand Down

0 comments on commit b341e9d

Please sign in to comment.