Skip to content

Commit

Permalink
Fix rubocop and regenerate rubocop_todo file
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKang committed Jun 15, 2018
1 parent 6e6a2f3 commit 9adc0fd
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 102 deletions.
4 changes: 1 addition & 3 deletions .rubocop.yml
@@ -1,9 +1,6 @@
inherit_from: .rubocop_todo.yml

AllCops:
Include:
- '**/Rakefile'
- '**/config.ru'
Exclude:
- 'db/schema.rb'
- 'vendor/bundle/**/*'
Expand All @@ -12,3 +9,4 @@ AllCops:
- 'archive/**/*'
- 'design/**/*'
- 'tools/**/*'
- 'bin/**/*'

0 comments on commit 9adc0fd

Please sign in to comment.