mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 01:54:40 +01:00
bumping rubocop
This commit is contained in:
parent
eaa832524e
commit
1fe647876a
6 changed files with 48 additions and 25 deletions
25
.rubocop.yml
25
.rubocop.yml
|
|
@ -1,3 +1,6 @@
|
|||
AllCops:
|
||||
TargetRubyVersion: 2.0
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
|
|
@ -7,5 +10,25 @@ Style/FileName:
|
|||
Style/Semicolon:
|
||||
AllowAsExpressionSeparator: true
|
||||
|
||||
Style/TrailingComma:
|
||||
Style/TrailingCommaInLiteral:
|
||||
EnforcedStyleForMultiline: comma
|
||||
|
||||
Style/TrailingCommaInArguments:
|
||||
EnforcedStyleForMultiline: comma
|
||||
|
||||
Style/SignalException:
|
||||
EnforcedStyle: semantic
|
||||
|
||||
Style/ClassAndModuleChildren:
|
||||
EnforcedStyle: compact
|
||||
|
||||
Style/TrivialAccessors:
|
||||
AllowPredicates: true
|
||||
|
||||
Style/Alias:
|
||||
EnforcedStyle: prefer_alias_method
|
||||
|
||||
Lint/ShadowingOuterLocalVariable:
|
||||
Exclude:
|
||||
- examples/many_to_one.rb
|
||||
- examples/one_to_many.rb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue