diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-10-20 15:13:05 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-20 15:13:05 +0200 |
| commit | 51689ff2aa32acf855e6d07cf98da765b37d3fe0 (patch) | |
| tree | c341e1f80a1a262faacb8c1e3e1f8cdf09701cf6 /.rubocop_todo.yml | |
| parent | f476d99cc69f71150a7074ec2d3a0d54ca71a332 (diff) | |
| parent | cd1c1eab344609cc65a7dade4f5e913d212fa063 (diff) | |
| download | caxlsx-51689ff2aa32acf855e6d07cf98da765b37d3fe0.tar.gz caxlsx-51689ff2aa32acf855e6d07cf98da765b37d3fe0.zip | |
Merge pull request #310 from tagliala/chore/fix-safe-offenses-to-gemspec
Fix minor safe offenses to gemspec
Diffstat (limited to '.rubocop_todo.yml')
| -rw-r--r-- | .rubocop_todo.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 00f831d9..62856182 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -134,11 +134,6 @@ Style/Documentation: - 'lib/axlsx/workbook/worksheet/sheet_format_pr.rb' # This cop supports safe autocorrection (--autocorrect). -Style/ExpandPathArguments: - Exclude: - - 'axlsx.gemspec' - -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: MaxUnannotatedPlaceholdersAllowed, AllowedMethods, AllowedPatterns. # SupportedStyles: annotated, template, unannotated Style/FormatStringToken: @@ -220,7 +215,6 @@ Style/ParallelAssignment: # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Exclude: - - 'axlsx.gemspec' - 'lib/axlsx/drawing/d_lbls.rb' - 'lib/axlsx/drawing/pic.rb' - 'lib/axlsx/drawing/view_3D.rb' |
