about summary refs log tree commit diff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-17 22:30:03 -0500
committerGitHub <noreply@github.com>2023-02-18 04:30:03 +0100
commitd65b2c1924d8ff63c6e8c1b79d678e78e9126df9 (patch)
treeb900699a4b002664c0b19e5564b755cf33b2e650 /.rubocop_todo.yml
parente4f37fad98778b95738a771f720ca0b0eeb6cee8 (diff)
Apply Rubocop Style/RedundantConstantBase (#23463)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 5319d6ace..523570607 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -3194,14 +3194,6 @@ Style/RedundantBegin:
     - 'lib/sanitize_ext/sanitize_config.rb'
     - 'lib/tasks/db.rake'
 
-# Offense count: 3
-# This cop supports safe autocorrection (--autocorrect).
-Style/RedundantConstantBase:
-  Exclude:
-    - 'config.ru'
-    - 'lib/tasks/statistics.rake'
-    - 'spec/rails_helper.rb'
-
 # Offense count: 16
 # This cop supports safe autocorrection (--autocorrect).
 Style/RedundantRegexpCharacterClass: