mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Rubocop
This commit is contained in:
parent
3c79ca33b8
commit
13d5c99442
2 changed files with 11 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
11
.rubocop.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Style/LineLength:
|
||||||
|
Max: 120
|
||||||
|
|
||||||
|
Documentation:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
Style/CyclomaticComplexity:
|
||||||
|
Severity: warning
|
||||||
|
|
||||||
|
Style/Semicolon:
|
||||||
|
AllowAsExpressionSeparator: true
|
Loading…
Add table
Add a link
Reference in a new issue