Skip to content

Commit cefd057

Browse files
committed
Fix Rubocop offenses
1 parent 6edb457 commit cefd057

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ plugins:
33
- rubocop-performance
44
- rubocop-rake
55
- rubocop-rspec
6-
7-
require:
86
- rubocop-rspec_rails
97

108
AllCops:

lib/crono/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def print_banner
118118
end
119119

120120

121-
def have_jobs? # rubocop:disable Naming/PredicateName
121+
def have_jobs? # rubocop:disable Naming/PredicatePrefix
122122
Crono.scheduler.jobs.present?
123123
end
124124

0 commit comments

Comments
 (0)