This commit is contained in:
Martin Lensment 2014-08-22 16:49:28 +03:00
parent 3c79ca33b8
commit 13d5c99442
2 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View file

@ -21,5 +21,3 @@ config/database.yml
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc .rvmrc
.rubocop.yml

11
.rubocop.yml Normal file
View file

@ -0,0 +1,11 @@
Style/LineLength:
Max: 120
Documentation:
Enabled: false
Style/CyclomaticComplexity:
Severity: warning
Style/Semicolon:
AllowAsExpressionSeparator: true