Skip to content

Commit

Permalink
Add .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
José Benavente committed Mar 20, 2022
1 parent c6770d7 commit af673c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
AllCops:
NewCops: enable
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Style/Documentation:
Enabled: false
Style/NumericLiterals:
Enabled: false
Style/PercentLiteralDelimiters:
PreferredDelimiters:
"%w": '()'
Style/HashSyntax:
EnforcedStyle: hash_rockets

0 comments on commit af673c7

Please sign in to comment.