Skip to content

Commit

Permalink
Enable BlockNesting rubocop metric
Browse files Browse the repository at this point in the history
  • Loading branch information
dieggofaustino committed Sep 4, 2017
1 parent 259d358 commit adeb0ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,5 @@ Metrics/CyclomaticComplexity:
Exclude:
- 'spec/support/integration_helpers.rb'

Metrics/BlockNesting:
Enabled: false

Metrics/BlockLength:
Enabled: false
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Enabled CyclomaticComplexity rubocop metric
- Added flag to mail reports
- Enabled AndOr rubocop style
- Enabled BlockNesting rubocop metric

### Changed
- Move users/form from projects to teams
Expand Down

0 comments on commit adeb0ea

Please sign in to comment.