diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-04 09:15:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-04 09:15:26 +0200 |
| commit | 086e78d0d1f0896b6ca5f48b4873e861212f94aa (patch) | |
| tree | cae704e6f39294e737a58dd178a90751f8b32d8a /.rubocop.yml | |
| parent | 679c2d435037291e331e1f4c7d06342d76856fde (diff) | |
| parent | 8cb015bf7b5b58ecd6d4ee66554601b275410061 (diff) | |
| download | caxlsx-086e78d0d1f0896b6ca5f48b4873e861212f94aa.tar.gz caxlsx-086e78d0d1f0896b6ca5f48b4873e861212f94aa.zip | |
Merge pull request #216 from tagliala/chore/introduce-rubocop-performance
Introduce RuboCop performance
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index c5452382..4ab6b157 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,7 @@ inherit_from: .rubocop_todo.yml require: + - rubocop-performance - rubocop-minitest AllCops: @@ -30,6 +31,9 @@ Lint: Minitest: Enabled: true +Performance: + Enabled: true + Style: Enabled: true |
