diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-06-27 09:30:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-27 09:30:10 +0200 |
| commit | f2f6177efac76e6015b98c3290fd1839b8568fbe (patch) | |
| tree | 37551b930bdb8ed3c18e16d8f3e71e9540dad85a /.rubocop_todo.yml | |
| parent | c18a19b0d3277de2c00380a91b26248dcb34cc51 (diff) | |
| parent | 988c79b8d7602c67f7b761269383129609cf63a7 (diff) | |
| download | caxlsx-f2f6177efac76e6015b98c3290fd1839b8568fbe.tar.gz caxlsx-f2f6177efac76e6015b98c3290fd1839b8568fbe.zip | |
Merge pull request #285 from tagliala/chore/fix-redundant-self-offenses
Fix redundant self offenses
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 4 |
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! |
