Skip to content

Commit

Permalink
enable new cops to catch problems when upgrading rubocop (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 3, 2020
1 parent c4fb1fa commit 209e93f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .rubocop.yml
@@ -1,17 +1,18 @@
AllCops:
NewCops: enable
Include:
- '.github/actions/**/*.rb'
- 'scripts/**/*.rb'

Layout/LineLength:
Max: 186

Metrics/CyclomaticComplexity:
Max: 10

Metrics/PerceivedComplexity:
Max: 11

Metrics/LineLength:
Max: 186

Metrics/AbcSize:
Max: 66

Expand Down

0 comments on commit 209e93f

Please sign in to comment.