Skip to content

Commit

Permalink
Adds hound and rubocop config files.
Browse files Browse the repository at this point in the history
Raises the line length limit to 100. It's 2015 guys :)
  • Loading branch information
Thomas von Deyen committed Feb 26, 2015
1 parent 99b7faa commit aa16813
Show file tree
Hide file tree
Showing 4 changed files with 1,068 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ trim_trailing_whitespace = true
tab_width = 2

[**.rb]
max_line_length = 80
max_line_length = 100

[**.js, **.coffee]
max_line_length = 120
max_line_length = 100

[*.md]
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ruby:
config_file: .rubocop.yml
Loading

0 comments on commit aa16813

Please sign in to comment.