Skip to content

Commit

Permalink
rubocop to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxraven committed Oct 16, 2024
1 parent e071e57 commit ceded2c
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 45 deletions.
7 changes: 5 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
inherit_from: .rubocop_todo.yml

AllCops:
SuggestExtensions: false
TargetRubyVersion: 3.0
NewCops: enable
Include:
- Gemfile
- '**/Rakefile'
- resque-scheduler.gemspec
- bin/resque-scheduler

Documentation:
Enabled: false
require:
- rubocop-rake

Style/DoubleNegation:
Enabled: false
Expand Down
Loading

0 comments on commit ceded2c

Please sign in to comment.