Skip to content

Commit

Permalink
update rubocop and rubocop perf
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Dec 29, 2019
1 parent cc6567a commit 2e36b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .rubocop.yml
Expand Up @@ -7,14 +7,12 @@ AllCops:
- test/rails5_dummy/**/*
- test/fixtures/**/*
# Get the code passing first then we will enable for tests
- test/**/*
Performance:
enabled: true
- test/**/*
Documentation:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/LineLength:
Layout/LineLength:
Max: 160
Metrics/BlockNesting:
Max: 5
Expand Down Expand Up @@ -64,10 +62,6 @@ Style/SymbolProc:
Enabled: false
Style/RegexpLiteral:
Enabled: false
Performance/Casecmp:
Enabled: false
Performance/RegexpMatch:
Enabled: false
Layout/MultilineMethodCallIndentation:
Enabled: true
Layout/MultilineOperationIndentation:
Expand Down
1 change: 1 addition & 0 deletions coverband.gemspec
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'resque'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop-performance'

spec.add_development_dependency 'coveralls'
# add when debugging
Expand Down

0 comments on commit 2e36b21

Please sign in to comment.