summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 27137a867..933a70744 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1158,13 +1158,6 @@ Style/ClassAndModuleChildren:
Enabled: false
# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: is_a?, kind_of?
-Style/ClassCheck:
- Exclude:
- - 'lib/redmine/scm/adapters/cvs_adapter.rb'
-
-# Cop supports --auto-correct.
Style/ClassMethods:
Exclude:
- 'lib/diff.rb'