Skip to content

Commit

Permalink
Fix linter problem after using new version of rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Feb 1, 2016
1 parent d897cf0 commit 7767ca0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
RunRailsCops: true
Rails:
Enabled: true
Exclude:
- db/schema.rb

Expand Down Expand Up @@ -27,8 +27,5 @@ Metrics/MethodLength:
Style/IndentationWidth:
Width: 2

Style/SingleSpaceBeforeFirstArg:
Enabled: false

Style/UnneededPercentQ:
Enabled: false

0 comments on commit 7767ca0

Please sign in to comment.