diff options
-rw-r--r-- | .rubocop.yml | 3 | ||||
-rw-r--r-- | .rubocop_todo.yml | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 686b0a0aa..c0d157343 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -200,6 +200,9 @@ Style/AsciiComments: # We can not change nor remove it. - 'app/models/repository/git.rb' +Style/BarePercentLiterals: + Enabled: false + Style/BlockComments: Exclude: - 'lib/redmine/string_array_diff/diff.rb' diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0ce1bc39c..3fffc0833 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -694,13 +694,6 @@ Style/AndOr: - 'lib/redmine/scm/adapters/subversion_adapter.rb' - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. -# SupportedStyles: percent_q, bare_percent -Style/BarePercentLiterals: - Exclude: - - 'test/integration/api_test/api_test.rb' - # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: MinBranchesCount. Style/CaseLikeIf: |