Skip to content

Commit

Permalink
disable class vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 5, 2024
1 parent e5c9123 commit c0b9ba9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ Naming/MethodName:
# To keep API compatible as it can be used in variables accessors
Naming/VariableName:
Enabled: false

# TODO: possible to fix, just test it
Style/ClassVars:
Enabled: false

0 comments on commit c0b9ba9

Please sign in to comment.