This commit is contained in:
Loic Nageleisen 2017-03-01 09:34:43 +01:00
parent 2155aa8d43
commit 619837da62
3 changed files with 52 additions and 5 deletions

32
.rubocop.yml Normal file
View file

@ -0,0 +1,32 @@
inherit_from: .rubocop_todo.yml
Metrics/LineLength:
Enabled: false
Metrics/ParameterLists:
Enabled: false
Style/Documentation:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Style/NestedParenthesizedCalls:
Enabled: false
Style/BracesAroundHashParameters:
Exclude:
- 'test/test_*.rb'
Style/IndentArray:
EnforcedStyle: consistent