diff --git a/standard_rubocop_config.yml b/standard_rubocop_config.yml index a52c936..6563f6a 100644 --- a/standard_rubocop_config.yml +++ b/standard_rubocop_config.yml @@ -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