diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-07-05 14:17:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-05 14:17:33 +0200 |
| commit | c7be63637220c57eb1b8d3afcff77a49aaa7a3ef (patch) | |
| tree | 7b34212665e55d7a2b202de843aa37de571a25e7 /.rubocop_todo.yml | |
| parent | d84f333fc3115025ddbc38c274cd6b2e818b4154 (diff) | |
| parent | d52600dfb373323641c95c3c9be952c32fee8a1a (diff) | |
| download | caxlsx-c7be63637220c57eb1b8d3afcff77a49aaa7a3ef.tar.gz caxlsx-c7be63637220c57eb1b8d3afcff77a49aaa7a3ef.zip | |
Merge pull request #293 from tagliala/chore/fix-offenses-in-sheet-protection
Fix offenses in sheet protection
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 29c93858..ac807d56 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -31,7 +31,6 @@ Layout/HashAlignment: # This cop supports safe autocorrection (--autocorrect). Lint/AmbiguousOperatorPrecedence: Exclude: - - 'lib/axlsx/workbook/worksheet/sheet_protection.rb' - 'lib/axlsx/workbook/worksheet/worksheet.rb' # This cop supports unsafe autocorrection (--autocorrect-all). @@ -263,11 +262,6 @@ Style/PercentLiteralDelimiters: - 'test/workbook/worksheet/tc_table_style_info.rb' # This cop supports safe autocorrection (--autocorrect). -Style/PerlBackrefs: - Exclude: - - 'test/workbook/worksheet/tc_sheet_protection.rb' - -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: same_as_string_literals, single_quotes, double_quotes Style/QuotedSymbols: @@ -299,11 +293,6 @@ Style/SlicingWithRange: - 'lib/axlsx/workbook/worksheet/pivot_table.rb' - 'lib/axlsx/workbook/worksheet/worksheet.rb' -# This cop supports unsafe autocorrection (--autocorrect-all). -Style/StringChars: - Exclude: - - 'lib/axlsx/workbook/worksheet/sheet_protection.rb' - # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes @@ -333,11 +322,6 @@ Style/TrivialAccessors: - 'lib/axlsx/workbook/worksheet/worksheet_hyperlink.rb' # This cop supports safe autocorrection (--autocorrect). -Style/UnpackFirst: - Exclude: - - 'lib/axlsx/workbook/worksheet/sheet_protection.rb' - -# This cop supports safe autocorrection (--autocorrect). Style/WhileUntilModifier: Exclude: - 'lib/axlsx/workbook/worksheet/color_scale.rb' |
