Skip to content

Commit

Permalink
Disable NonFinalStaticField rule
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Oct 19, 2023
1 parent d4e545b commit d2bf019
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ tasks {
// cognitive load is dubious.
disable("YodaCondition")

disable("NonFinalStaticField")

if (name.contains("Jmh") || name.contains("Test")) {
// Allow underscore in test-type method names
disable("MemberName")
Expand Down

0 comments on commit d2bf019

Please sign in to comment.