summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-05-24 09:26:24 +0200
committerGitHub <[email protected]>2023-05-24 09:26:24 +0200
commitc1f922b3de788c1bb4e9b0dcf18f930897027446 (patch)
treec3d66b5fd6d28d9f6c03a7e7a6366d4910759bce /.rubocop.yml
parent7650a5a86b46f4cc0954c134b448c96313c6abf3 (diff)
parent088d388e6d4dda42d9278e6da96ac3183ff09dcd (diff)
downloadcaxlsx-c1f922b3de788c1bb4e9b0dcf18f930897027446.tar.gz
caxlsx-c1f922b3de788c1bb4e9b0dcf18f930897027446.zip
Merge pull request #252 from tagliala/security/enable-security-cops
Enable Security cops
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 7d315f1b..22e574bc 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -34,6 +34,9 @@ Minitest:
Performance:
Enabled: true
+Security:
+ Enabled: true
+
Style:
Enabled: true