rubocop-config-coverhound 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/default.yml +16 -21
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bbd4108924a92a1d1ff9ab89c05a93bce2b759f
|
4
|
+
data.tar.gz: 91646cbbef96f10a3863e7c153cec54624a56e32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5542515312aea281dd79cb4105c3c147857079970e5bfa36fe26db45d01661bd21dbac7467bd295bbefd68d2bba4d40551ad9396b16fd28890ca19516afecac1
|
7
|
+
data.tar.gz: 8692f545cc21b502ba9101ad42a88656dd6d1b9c831b790025367333b43101c2cc6c02152ff6cc2656463a7ca612096bf80b88aca85ca499d4a76c454499ba34
|
data/default.yml
CHANGED
@@ -70,9 +70,6 @@ Lint/AmbiguousOperator:
|
|
70
70
|
Lint/UnneededSplatExpansion:
|
71
71
|
Enabled: false
|
72
72
|
|
73
|
-
Lint/Void:
|
74
|
-
Enabled: false
|
75
|
-
|
76
73
|
# ========================================
|
77
74
|
# METRICS
|
78
75
|
# ========================================
|
@@ -90,12 +87,6 @@ Metrics/LineLength:
|
|
90
87
|
Metrics/MethodLength:
|
91
88
|
Max: 20
|
92
89
|
|
93
|
-
# ========================================
|
94
|
-
# NAMING
|
95
|
-
# ========================================
|
96
|
-
Naming/VariableNumber:
|
97
|
-
Enabled: false
|
98
|
-
|
99
90
|
# ========================================
|
100
91
|
# STYLE
|
101
92
|
# ========================================
|
@@ -122,21 +113,25 @@ Style/DoubleNegation:
|
|
122
113
|
Style/FrozenStringLiteralComment:
|
123
114
|
Enabled: false
|
124
115
|
|
125
|
-
#
|
126
|
-
|
127
|
-
Enabled: false
|
128
|
-
|
129
|
-
Style/SignalException:
|
130
|
-
Enabled: false
|
131
|
-
|
116
|
+
# While we prefer single quotes for require and gem statements, it's
|
117
|
+
# easier to read code with a more consistent style
|
132
118
|
Style/StringLiterals:
|
133
|
-
|
134
|
-
|
135
|
-
Style/TrailingCommaInArguments:
|
136
|
-
Enabled: false
|
119
|
+
EnforcedStyle: double_quotes
|
137
120
|
|
121
|
+
# In order to have better diffs, we prefer having trailing commas:
|
122
|
+
#
|
123
|
+
# [
|
124
|
+
# :one,
|
125
|
+
# :two,
|
126
|
+
# :three,
|
127
|
+
# ]
|
128
|
+
#
|
138
129
|
Style/TrailingCommaInLiteral:
|
139
|
-
|
130
|
+
EnforcedStyleForMultiline: comma
|
131
|
+
|
132
|
+
# See ^
|
133
|
+
Style/TrailingCommaInArguments:
|
134
|
+
EnforcedStyleForMultiline: comma
|
140
135
|
|
141
136
|
# This can be worse for diffs if we know it's variable
|
142
137
|
Style/WordArray:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-config-coverhound
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bernardo Farah
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|