Skip to content

Commit

Permalink
Suppress RuboCop
Browse files Browse the repository at this point in the history
  • Loading branch information
universato committed Mar 20, 2024
1 parent fc64034 commit 458636a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Metrics:

## Naming

Naming/BlockForwarding:
Enabled: false
Naming/FileName:
Exclude:
- 'lib_helpers/ac-library-rb.rb'
Expand Down Expand Up @@ -116,6 +118,8 @@ Naming/VariableNumber:
Style/AccessModifierDeclarations:
Exclude:
- 'lib/deque.rb'
Style/ArgumentsForwarding:
Enabled: false
Style/BlockDelimiters:
AutoCorrect: false
Exclude:
Expand Down Expand Up @@ -166,8 +170,7 @@ Style/Lambda:
Style/LambdaCall:
Enabled: false
Style/HashSyntax:
Exclude:
- 'Rakefile'
Enabled: false
Style/MixinUsage:
Exclude:
- 'lib_helpers/ac-library-rb.rb'
Expand Down

0 comments on commit 458636a

Please sign in to comment.