Skip to content

Commit

Permalink
Fix rubocop deprecated pattern warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
robwise committed Feb 1, 2016
1 parent f1bc849 commit 3275cd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ AllCops:
Exclude:
- 'vendor/**/*'
- 'spec/fixtures/**/*'
- 'node_modules/**/*.*'
- 'node_modules/**/.*'
- 'node_modules/**/*'
- 'coverage/**/*'
- 'db/**/*'
- 'db/schema.rb'
- 'db/seeds.rb'
- 'client/node_modules/**/*.*'
- 'client/node_modules/**/*'
- 'client/node_modules/**/.*'
- 'bin/**/*'
- !ruby/regexp /old_and_unused\.rb$/
- 'spec/react_on_rails/dummy-for-generators/**/*'
- 'spec/dummy/bin/**/*'
- 'gen-examples/examples/**/.*'
- 'gen-examples/examples/**/*'

Metrics/LineLength:
Expand Down

0 comments on commit 3275cd4

Please sign in to comment.