summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-05-25 11:03:13 +0200
committerGitHub <[email protected]>2023-05-25 11:03:13 +0200
commit63a6edf1e191cf91fb80717ebae67c78af0d7db5 (patch)
treed440c263cdde13719f1560c7de10f81dcf4fca82 /.rubocop_todo.yml
parent4837fc882251188cbd028af8eb841503c8308c23 (diff)
parentf34a0acd23daf07671740eb8a7db1afe68e4f5ac (diff)
downloadcaxlsx-63a6edf1e191cf91fb80717ebae67c78af0d7db5.tar.gz
caxlsx-63a6edf1e191cf91fb80717ebae67c78af0d7db5.zip
Merge pull request #258 from tagliala/chore/enable-gemspec-cops
Enable Gemspec cops
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index dab9ffb2..bb6a38f9 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -7,6 +7,13 @@
# versions of RuboCop, may require this file to be generated again.
# This cop supports safe autocorrection (--autocorrect).
+# Configuration parameters: Severity, Include.
+# Include: **/*.gemspec
+Gemspec/RequireMFA:
+ Exclude:
+ - 'axlsx.gemspec'
+
+# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: IndentationWidth.
# SupportedStyles: special_inside_parentheses, consistent, align_braces
Layout/FirstHashElementIndentation: