Skip to content

Commit

Permalink
Fix rubocop-rake warning
Browse files Browse the repository at this point in the history
```
The following RuboCop extension libraries are installed but not loaded in config:
  * rubocop-rake
```
  • Loading branch information
tagliala committed Apr 7, 2024
1 parent e321967 commit b41be39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
@@ -1,3 +1,6 @@
require:
- rubocop-rake

AllCops:
TargetRubyVersion: 2.7 # lowest supported version
NewCops: enable
Expand Down

0 comments on commit b41be39

Please sign in to comment.