diff options
| author | Geremia Taglialatela <[email protected]> | 2023-07-13 09:42:21 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-07-13 09:42:21 +0200 |
| commit | 59ea7b48c107ac25d559239cb5bbe52043e642ab (patch) | |
| tree | 5043bd14c40c400b747449e6fbaf8820430d8eeb /.rubocop_todo.yml | |
| parent | c7be63637220c57eb1b8d3afcff77a49aaa7a3ef (diff) | |
| download | caxlsx-59ea7b48c107ac25d559239cb5bbe52043e642ab.tar.gz caxlsx-59ea7b48c107ac25d559239cb5bbe52043e642ab.zip | |
Fix Style/AccessorGrouping offense
Provide documentation to two attribute readers which triggered the
offense.
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ac807d56..8b7efed6 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -122,13 +122,6 @@ Naming/VariableNumber: # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. -# SupportedStyles: separated, grouped -Style/AccessorGrouping: - Exclude: - - 'lib/axlsx/workbook/worksheet/worksheet_drawing.rb' - -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: EnforcedStyle. # SupportedStyles: prefer_alias, prefer_alias_method Style/Alias: Enabled: false |
