Skip to content

Commit

Permalink
Disable Abc RuboCop rule for thoughtbot
Browse files Browse the repository at this point in the history
This isn't in our guidelines.
  • Loading branch information
Greg Lazarev committed Feb 12, 2016
1 parent 7a99fdc commit 4bc4d92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/style_guides/thoughtbot/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,6 @@ Style/MultilineBlockChain:
Description: 'Avoid multi-line chains of blocks.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#single-line-blocks'
Enabled: false

Metrics/AbcSize:
Enabled: false

0 comments on commit 4bc4d92

Please sign in to comment.