Skip to content

Commit

Permalink
disabled more rules to rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlHeitmann committed Jun 25, 2022
1 parent 0160dd4 commit 9b851cd
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 @@ -10,3 +10,7 @@ Style/BlockComments:
Enabled: false
Naming/MethodName:
EnforcedStyle: camelCase
Metrics/BlockLength:
Enabled: false
Metrics/MethodLength:
Enabled: false

0 comments on commit 9b851cd

Please sign in to comment.