Added Metrics/BlockNesting as log term target.

This commit is contained in:
Thorsten Eckel 2015-05-07 14:39:19 +02:00
parent 95f2b04564
commit afcb6bd728

View file

@ -174,6 +174,11 @@ Metrics/CyclomaticComplexity:
of test cases needed to validate a method.
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
Style/FileName:
@ -193,8 +198,6 @@ Style/GlobalVars:
Enabled: false
Rails/TimeZone:
Enabled: false
Metrics/BlockNesting:
Enabled: false
Lint/RescueException:
Enabled: false
Style/PredicateName: