summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index dff9aacc..fcbc8c9f 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -291,10 +291,6 @@ Style/RedundantRegexpEscape:
- 'lib/axlsx/workbook/worksheet/pivot_table.rb'
- 'lib/axlsx/workbook/worksheet/table.rb'
-# This cop supports safe autocorrection (--autocorrect).
-Style/RedundantSelf:
- Enabled: false
-
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
# AllowedMethods: present?, blank?, presence, try, try!