diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-24 09:48:58 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-24 09:48:58 +0200 |
| commit | f34a0acd23daf07671740eb8a7db1afe68e4f5ac (patch) | |
| tree | 55ab9cd57f4ba263b832ba7d1b8231dd0cb560f7 /.rubocop.yml | |
| parent | 14b7da239879d5299775c48666b43f3016add8ec (diff) | |
| download | caxlsx-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.yml | 3 |
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 |
