summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-10-19 10:15:01 +0200
committerGitHub <[email protected]>2023-10-19 10:15:01 +0200
commite15ceb41bbcbdbeed33e304101cc66114ef1cf7d (patch)
tree890b55258b3a781d644caffba714769e06d94a58 /.rubocop_todo.yml
parent52912ca8ac772144e2fb7b868301a5846b9ee39d (diff)
parent2d8c6f6b5fbdff7cbc0f4ffd2801b9530f1a2143 (diff)
downloadcaxlsx-e15ceb41bbcbdbeed33e304101cc66114ef1cf7d.tar.gz
caxlsx-e15ceb41bbcbdbeed33e304101cc66114ef1cf7d.zip
Merge pull request #197 from tagliala/security/opt-in-for-mfa-requirement
Opt-in for MFA requirement
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 8b7efed6..16d5bcb6 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -7,13 +7,6 @@
# 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: