Skip to content

Commit

Permalink
style(rubocop): disable Style/SpecialGlobalVars
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 12, 2024
1 parent 75be690 commit be97f43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,6 @@ Metrics/ClassLength:

Lint/UnusedMethodArgument:
Enabled: false

Style/SpecialGlobalVars:
Enabled: false

0 comments on commit be97f43

Please sign in to comment.