Skip to content

Commit

Permalink
disable cop giving false positive rubocop/rubocop#6003
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinksva committed Jun 14, 2018
1 parent 7166a9c commit 7d08863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -36,6 +36,9 @@ Metrics/AbcSize:
Layout/IndentHeredoc:
Enabled: false

Layout/ClosingHeredocIndentation:
Enabled: false

Style/StructInheritance:
Enabled: false

Expand Down

0 comments on commit 7d08863

Please sign in to comment.