Skip to content

Commit

Permalink
Disable Naming/MethodName check
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunwei Wang committed Aug 29, 2024
1 parent 8422b07 commit 9ae4098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ AllCops:
- 'bin/*'
Layout/LineLength:
Enabled: false
Naming/MethodName:
Enabled: false
Style/AccessorGrouping:
Enabled: false
Style/FrozenStringLiteralComment:
Expand Down

0 comments on commit 9ae4098

Please sign in to comment.