summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-05-24 09:21:18 +0200
committerGitHub <[email protected]>2023-05-24 09:21:18 +0200
commit2b8ca519f6f2b622a721ccaad38da93e7daa4c61 (patch)
treecbb939ec0f14a0d596a591ff1307011999af1522 /.rubocop_todo.yml
parente88e281f10e60fc548a2eb6001618a803d669528 (diff)
parent0f6062ef7cafb53396256c7b5b9cf5e715693637 (diff)
downloadcaxlsx-2b8ca519f6f2b622a721ccaad38da93e7daa4c61.tar.gz
caxlsx-2b8ca519f6f2b622a721ccaad38da93e7daa4c61.zip
Merge pull request #250 from tagliala/chore/fix-style-non-nil-check-offenses
Fix Style/NonNilCheck offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c1d2a7d8..2b553a78 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -273,14 +273,6 @@ Style/Next:
Exclude:
- 'lib/axlsx/stylesheet/styles.rb'
-# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: IncludeSemanticChanges.
-Style/NonNilCheck:
- Exclude:
- - 'lib/axlsx/drawing/d_lbls.rb'
- - 'lib/axlsx/workbook/worksheet/col.rb'
- - 'lib/axlsx/workbook/worksheet/page_setup.rb'
-
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
# SupportedStyles: predicate, comparison