Disable Rails/Delegate cop for lib/*
This commit is contained in:
parent
639a0ef705
commit
f9d0df6813
1 changed files with 4 additions and 0 deletions
|
|
@ -184,6 +184,10 @@ Style/NumericPredicate:
|
||||||
Style/FrozenStringLiteralComment:
|
Style/FrozenStringLiteralComment:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Rails/Delegate:
|
||||||
|
Exclude:
|
||||||
|
- "lib/**/*"
|
||||||
|
|
||||||
Rails/HttpPositionalArguments:
|
Rails/HttpPositionalArguments:
|
||||||
Exclude:
|
Exclude:
|
||||||
- "spec/controllers/diaspora_federation/fixtures_rails4_spec.rb"
|
- "spec/controllers/diaspora_federation/fixtures_rails4_spec.rb"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue