We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2414aab commit e742eb6Copy full SHA for e742eb6
.rubocop.yml
@@ -1,5 +1,5 @@
1
AllCops:
2
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.5
3
Exclude:
4
- spec/**/*.rb
5
- lib/ajax-datatables-rails.rb
@@ -29,18 +29,9 @@ Layout/EmptyLineBetweenDefs:
29
Metrics/LineLength:
30
Enabled: false
31
32
-Metrics/AbcSize:
33
- Enabled: false
34
-
35
-Metrics/MethodLength:
36
- Max: 12
37
38
Metrics/BlockLength:
39
Max: 30
40
41
-Metrics/ModuleLength:
42
- Max: 130
43
44
Metrics/ClassLength:
45
Max: 130
46
0 commit comments