Skip to content

Commit

Permalink
rollback style changes (squish me)
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxraven committed Nov 11, 2024
1 parent c281e0a commit 2863d31
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 475 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
fail-fast: false
matrix:
ruby-version:
# - "3.0"
# - "3.1"
# - "3.2"
- "3.3"

steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- "3.2"
- "3.3"
resque-version:
# - "master"
- "~> 2.6"
- "master"
- "~> 2.4"
- "~> 1.27"
rufus-scheduler:
# - "~> 3.6.0"
# - "~> 3.7.0"
# - "~> 3.8.0"
- "~> 3.6.0"
- "~> 3.7.0"
- "~> 3.8.0"
- "~> 3.9"
redis-version:
- "~> 3.3"
Expand Down
9 changes: 4 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
inherit_from: .rubocop_todo.yml

AllCops:
SuggestExtensions: false
TargetRubyVersion: 3.0
Expand All @@ -10,9 +8,6 @@ AllCops:
- resque-scheduler.gemspec
- bin/resque-scheduler

require:
- rubocop-rake

Style/DoubleNegation:
Enabled: false
Metrics/PerceivedComplexity:
Expand All @@ -21,3 +16,7 @@ Metrics/ClassLength:
Max: 110
Style/FrozenStringLiteralComment:
Enabled: false
Gemspec/DevelopmentDependencies:
Enabled: false
Naming/HeredocDelimiterNaming:
Enabled: false
Loading

0 comments on commit 2863d31

Please sign in to comment.