Skip to content

Commit

Permalink
point houndCI to our local rubocop.yml
Browse files Browse the repository at this point in the history
set max line lenght to 100
prefer single quotes.
  • Loading branch information
peterberkenbosch committed Nov 20, 2014
1 parent c7bb232 commit 3351df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ruby:
enabled: true
config_file: .rubocop.yml

java_script:
enabled: true
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ LineEndConcatenation:
Enabled: false

LineLength:
Max: 80
Max: 100

MethodLength:
Enabled: false
Expand Down Expand Up @@ -188,7 +188,7 @@ SpecialGlobalVars:
Enabled: false

StringLiterals:
EnforcedStyle: double_quotes
EnforcedStyle: single_quotes

VariableInterpolation:
Enabled: false
Expand Down

0 comments on commit 3351df4

Please sign in to comment.