Skip to content

Commit

Permalink
Disable InternalAffairs/LocationExpression cop
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 23, 2025
1 parent b8d385a commit 6469d88
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 @@ -20,6 +20,10 @@ AllCops:
TargetRubyVersion: 2.7
SuggestExtensions: false

# It cannot be replaced with suggested methods defined by RuboCop AST itself.
InternalAffairs/LocationExpression:
Enabled: false

# It cannot be replaced with suggested methods defined by RuboCop AST itself.
InternalAffairs/MethodNameEndWith:
Enabled: false
Expand Down

0 comments on commit 6469d88

Please sign in to comment.