summaryrefslogtreecommitdiffhomepage
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-09 17:13:30 +0200
committerGeremia Taglialatela <[email protected]>2023-05-25 12:15:36 +0200
commit2d8c6f6b5fbdff7cbc0f4ffd2801b9530f1a2143 (patch)
tree220ba0a702e14a03c4a770f2af6216ca9c089c23 /.rubocop_todo.yml
parent63a6edf1e191cf91fb80717ebae67c78af0d7db5 (diff)
downloadcaxlsx-2d8c6f6b5fbdff7cbc0f4ffd2801b9530f1a2143.tar.gz
caxlsx-2d8c6f6b5fbdff7cbc0f4ffd2801b9530f1a2143.zip
Opt-in for MFA requirement
Make the gem more secure by requiring that all privileged operations by any of the owners require OTP. Ref: https://guides.rubygems.org/mfa-requirement-opt-in/
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 bb6a38f9..dab9ffb2 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: