diff options
| author | Koza <[email protected]> | 2023-05-31 10:23:28 +0200 |
|---|---|---|
| committer | Koza <[email protected]> | 2023-10-19 10:17:14 +0200 |
| commit | 86393121fdd30dacf5b54eb64ac30be493405376 (patch) | |
| tree | 4a25cd2dd3a77afae53d0068f9ef27084c868171 /.rubocop_todo.yml | |
| parent | e15ceb41bbcbdbeed33e304101cc66114ef1cf7d (diff) | |
| download | caxlsx-86393121fdd30dacf5b54eb64ac30be493405376.tar.gz caxlsx-86393121fdd30dacf5b54eb64ac30be493405376.zip | |
Add optional interpolation points to icon sets
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 16d5bcb6..6c857506 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -125,11 +125,6 @@ Style/ClassVars: - 'lib/axlsx/workbook/workbook.rb' - 'lib/axlsx/workbook/worksheet/dimension.rb' -# This cop supports unsafe autocorrection (--autocorrect-all). -Style/ConcatArrayLiterals: - Exclude: - - 'lib/axlsx/workbook/worksheet/icon_set.rb' - # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: |
