Added Metrics/BlockNesting as log term target.
This commit is contained in:
parent
95f2b04564
commit
afcb6bd728
1 changed files with 5 additions and 2 deletions
|
@ -174,6 +174,11 @@ Metrics/CyclomaticComplexity:
|
||||||
of test cases needed to validate a method.
|
of test cases needed to validate a method.
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Metrics/BlockNesting:
|
||||||
|
Description: 'Avoid excessive block nesting'
|
||||||
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#three-is-the-number-thou-shalt-count'
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
Style/FileName:
|
Style/FileName:
|
||||||
|
@ -193,8 +198,6 @@ Style/GlobalVars:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Rails/TimeZone:
|
Rails/TimeZone:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Metrics/BlockNesting:
|
|
||||||
Enabled: false
|
|
||||||
Lint/RescueException:
|
Lint/RescueException:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/PredicateName:
|
Style/PredicateName:
|
||||||
|
|
Loading…
Reference in a new issue