rubocop-config-coverhound 2.1.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/default.yml +10 -7
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7539900949736a5b766ac5a0b47d93e970a90b79
|
4
|
+
data.tar.gz: 6e900f7b6ea2fb66b87226309ce0d8f632420310
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b93a87917cdc3876672d9d77aea53fb289a138c9630055f35058a24cfba40a794e33c33e2aa4d0a72a076f19b4c2310e8bd0defbba36296f105f0535cc07f5c
|
7
|
+
data.tar.gz: d84d8e124b13399333ba99eab06711784d93b0b37a58396a3ed47c1ea621c7dfd64814545d34eb1d6144bb4e5008f4ad181fe0cadf729dd0bc756e5e54201488
|
data/README.md
CHANGED
@@ -46,6 +46,6 @@ all projects.
|
|
46
46
|
|
47
47
|
## Versioning
|
48
48
|
|
49
|
-
We are pegging our major versions to Rubocop minor versions.
|
49
|
+
We are pegging our major versions to Rubocop minor versions. Rubocop patch
|
50
50
|
versions would indicate a minor version bump for us. A patch for us would
|
51
51
|
indicate a change only for us, not in our upstream dependencies.
|
data/default.yml
CHANGED
@@ -78,6 +78,13 @@ Metrics/LineLength:
|
|
78
78
|
Metrics/MethodLength:
|
79
79
|
Max: 20
|
80
80
|
|
81
|
+
# ========================================
|
82
|
+
# PERFORMANCE
|
83
|
+
# ========================================
|
84
|
+
# This is less readable for a 20% performance boost
|
85
|
+
Performance/Casecmp:
|
86
|
+
Enabled: false
|
87
|
+
|
81
88
|
# ========================================
|
82
89
|
# RAILS
|
83
90
|
# ========================================
|
@@ -112,6 +119,9 @@ Style/DoubleNegation:
|
|
112
119
|
Style/FrozenStringLiteralComment:
|
113
120
|
Enabled: false
|
114
121
|
|
122
|
+
Style/MutableConstant:
|
123
|
+
Enabled: false
|
124
|
+
|
115
125
|
# While we prefer single quotes for require and gem statements, it's
|
116
126
|
# easier to read code with a more consistent style
|
117
127
|
Style/StringLiterals:
|
@@ -138,10 +148,3 @@ Style/TrailingCommaInArguments:
|
|
138
148
|
# This can be worse for diffs if we know it's variable
|
139
149
|
Style/WordArray:
|
140
150
|
Enabled: false
|
141
|
-
|
142
|
-
# ========================================
|
143
|
-
# PERFORMANCE
|
144
|
-
# ========================================
|
145
|
-
# This is less readable for a 20% performance boost
|
146
|
-
Performance/Casecmp:
|
147
|
-
Enabled: false
|
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:
|
4
|
+
version: 3.0.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: 2019-
|
11
|
+
date: 2019-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.65.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.65.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|