Skip to content

Commit

Permalink
fix-rubocop-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Oct 31, 2023
1 parent 04ac59c commit 0bfbf54
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ AllCops:
- "Rakefile"
- "Gemfile"

Documentation:
Enabled: false

Layout/SpaceAroundOperators:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/AbcSize:
Max: 25
Metrics/CyclomaticComplexity:
Max: 10
Metrics/MethodLength:
Max: 15
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/Documentation:
Enabled: false
Metrics/PerceivedComplexity:
Max: 10
Style/MethodDefParentheses:
EnforcedStyle: require_no_parentheses
Style/StringLiterals:
EnforcedStyle: double_quotes

0 comments on commit 0bfbf54

Please sign in to comment.