Skip to content

Commit

Permalink
Update Rubocop to 1.39.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and chris1984 committed Nov 18, 2022
1 parent a2e0451 commit 014a2cf
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 84 deletions.
13 changes: 8 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
inherit_from:
- .rubocop_todo.yml

require:
- rubocop-minitest
- rubocop-performance
- rubocop-rake

AllCops:
TargetRubyVersion: 2.0
TargetRubyVersion: 2.7
NewCops: enable

Style/Documentation:
Enabled: false

HashSyntax:
Style/HashSyntax:
Enabled: false # don't force 1.9 hash syntax

Style/StringLiterals:
Expand All @@ -31,9 +37,6 @@ Metrics/CyclomaticComplexity:
Metrics/PerceivedComplexity:
Enabled: false

Performance/Casecmp:
Enabled: false

Style/RescueModifier:
Enabled: false

Expand Down
Loading

0 comments on commit 014a2cf

Please sign in to comment.