Skip to content

Commit

Permalink
disable broken cop
Browse files Browse the repository at this point in the history
bug reported as rubocop/rubocop#6630
  • Loading branch information
matkoniecz committed Jan 7, 2019
1 parent 28b3faa commit 664580d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions standard_rubocop_config.yml
Expand Up @@ -84,6 +84,10 @@ Style/StringLiteralsInInterpolation:
Style/NumericPredicate:
Enabled: false

# disable due to bug reported as https://github.com/rubocop-hq/rubocop/issues/6630
Style/CommentAnnotation:
Enabled: false

# Uncomment following rules to allow using tabs:
#Layout/Tab:
# Enabled: false
Expand Down

0 comments on commit 664580d

Please sign in to comment.