forked from resque/resque-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop.yml
39 lines (32 loc) · 875 Bytes
/
.rubocop.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-02-12 01:55:22 -0500 using RuboCop version 0.18.1.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
AllCops:
Includes:
- Gemfile
- Rakefile
- resque-scheduler.gemspec
- bin/resque-scheduler
# Offence count: 1
CaseEquality:
Enabled: false
# Offence count: 2
# Configuration parameters: CountComments.
ClassLength:
Max: 130
# Offence count: 3
CyclomaticComplexity:
Max: 21
# Offence count: 29
Documentation:
Enabled: false
# Offence count: 17
# Configuration parameters: CountComments.
MethodLength:
Max: 145
# Offence count: 1
RescueException:
Enabled: false