Skip to content

Commit

Permalink
Merge pull request #167 from changeworld/fix/rubocop_offense
Browse files Browse the repository at this point in the history
Fix RuboCop offense
  • Loading branch information
changeworld committed Dec 20, 2017
2 parents 7e272ac + 16b7952 commit ed64131
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Expand Up @@ -33,9 +33,11 @@ Metrics/LineLength:
- 'Rakefile'
- 'spec/spec_helper.rb'

Rails/FilePath:
Exclude:
- 'spec/rails_helper.rb'
Style/AsciiComments:
Enabled: false
# Cop supports --auto-correct.
Style/BlockComments:
Exclude:
- 'spec/spec_helper.rb'
Expand Down

0 comments on commit ed64131

Please sign in to comment.