1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2016-05-19 21:55:11 +0200 using RuboCop version 0.40 .0.
3
+ # on 2016-08-06 16:49:52 +0200 using RuboCop version 0.42 .0.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -18,6 +18,16 @@ Lint/NestedMethodDefinition:
18
18
- ' lib/guard/commands/show.rb'
19
19
- ' lib/guard/jobs/pry_wrapper.rb'
20
20
21
+ # Offense count: 7
22
+ # Configuration parameters: Include.
23
+ # Include: app/**/*.rb, config/**/*.rb, lib/**/*.rb
24
+ Rails/Exit :
25
+ Exclude :
26
+ - ' lib/**/*.rake'
27
+ - ' lib/guard.rb'
28
+ - ' lib/guard/cli.rb'
29
+ - ' lib/tasks/releaser.rb'
30
+
21
31
# Offense count: 39
22
32
# Cop supports --auto-correct.
23
33
Style/MutableConstant :
@@ -38,6 +48,21 @@ Style/MutableConstant:
38
48
- ' lib/guard/ui/colors.rb'
39
49
- ' lib/guard/version.rb'
40
50
51
+ # Offense count: 2
52
+ # Cop supports --auto-correct.
53
+ # Configuration parameters: EnforcedStyle, SupportedStyles.
54
+ # SupportedStyles: predicate, comparison
55
+ Style/NumericPredicate :
56
+ Exclude :
57
+ - ' lib/guard/dsl_describer.rb'
58
+ - ' lib/guard/terminal.rb'
59
+
60
+ # Offense count: 1
61
+ # Cop supports --auto-correct.
62
+ Style/SpaceInsideArrayPercentLiteral :
63
+ Exclude :
64
+ - ' guard.gemspec'
65
+
41
66
# Offense count: 41
42
67
# Cop supports --auto-correct.
43
68
# Configuration parameters: EnforcedStyle, SupportedStyles.
@@ -57,3 +82,11 @@ Style/SpaceInsideStringInterpolation:
57
82
- ' lib/guard/plugin_util.rb'
58
83
- ' lib/guard/runner.rb'
59
84
- ' lib/guard/ui.rb'
85
+
86
+ # Offense count: 2
87
+ # Cop supports --auto-correct.
88
+ # Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline.
89
+ # SupportedStyles: single_quotes, double_quotes
90
+ Style/StringLiterals :
91
+ Exclude :
92
+ - ' Rakefile'
0 commit comments