You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+1-1
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ subprojects {
169
169
error("PackageLocation")
170
170
// warn("ParameterMissingNullable") // This is useful. Maybe uncomment if we become more religious about use of @Nullable
171
171
error("PrivateConstructorForUtilityClass") // not completely ideal for spring classes with static initialization
172
-
warn("RemoveUnusedImports")
172
+
warn("RemoveUnusedImports")// Only a warning because https://github.com/antlr/antlr4/issues/2568 and https://github.com/google/error-prone/issues/463
173
173
// warn("ReturnMissingNullable") // Useful onlyl if we become more religious about use of @Nullable
0 commit comments