summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-05-24 09:48:58 +0200
committerGeremia Taglialatela <[email protected]>2023-05-24 09:48:58 +0200
commitf34a0acd23daf07671740eb8a7db1afe68e4f5ac (patch)
tree55ab9cd57f4ba263b832ba7d1b8231dd0cb560f7 /.rubocop.yml
parent14b7da239879d5299775c48666b43f3016add8ec (diff)
downloadcaxlsx-f34a0acd23daf07671740eb8a7db1afe68e4f5ac.tar.gz
caxlsx-f34a0acd23daf07671740eb8a7db1afe68e4f5ac.zip
Enable Gemspec cops
Gemspec/RequireMFA will be fixed via #197
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 22e574bc..014f6084 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -16,6 +16,9 @@ AllCops:
- 'examples/**/*'
- 'vendor/bundle/**/*'
+Gemspec:
+ Enabled: true
+
Layout:
Enabled: true