diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-31 10:57:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-31 10:57:21 +0200 |
| commit | cbcf330ea266c96861e4029aaea6be1063862900 (patch) | |
| tree | 852696f0ae590d36e94d6aa1f3556ac2018fadb5 /.rubocop_todo.yml | |
| parent | e899d1dd0b913027cc017c180120ed24927faf0b (diff) | |
| parent | 86026e2f106cb982f58f5a876756507d051aee4b (diff) | |
| download | caxlsx-cbcf330ea266c96861e4029aaea6be1063862900.tar.gz caxlsx-cbcf330ea266c96861e4029aaea6be1063862900.zip | |
Merge pull request #268 from tagliala/chore/fix-symbol-proc-offenses
Fix Style/SymbolProc offenses
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0aafd390..fc0449d9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -429,17 +429,6 @@ Style/StringLiterals: Style/SymbolArray: EnforcedStyle: brackets -# This cop supports unsafe autocorrection (--autocorrect-all). -# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments. -# AllowedMethods: define_method -Style/SymbolProc: - Exclude: - - 'lib/axlsx/drawing/drawing.rb' - - 'lib/axlsx/stylesheet/styles.rb' - - 'lib/axlsx/workbook/workbook.rb' - - 'lib/axlsx/workbook/worksheet/worksheet.rb' - - 'lib/axlsx/workbook/worksheet/worksheet_hyperlinks.rb' - # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, AllowSafeAssignment. # SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex |
