rubocop-standard 4.0.3 → 4.0.4
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/config/default.yml +12 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1056ad4bb6f2020463b3d8862ab5874bd96ae5a97214caf34e8ecde43ac85dc
|
|
4
|
+
data.tar.gz: 6cc236d104ed09d23c6384a8c7a1b75ccf9efdde737e4b6f58d782affeb8c209
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 712a02e45b046cdd353c9abfb80c3bc3228b95991622c5d00a12855684511501276e19fd090da844e639969ef5aaa1a18b5ff846ed0b0eaee243dc631c210eff
|
|
7
|
+
data.tar.gz: f67cd99b33543ec757e6c2d8a9cddfddda388a9f540c5e526b399eded38d132f9d58113ebc564053bd54323d4794199650af12af00e60d87da2f6cdec99e089a
|
data/config/default.yml
CHANGED
|
@@ -55,6 +55,9 @@ Layout/SpaceAroundBlockParameters:
|
|
|
55
55
|
Layout/SpaceAroundEqualsInParameterDefault:
|
|
56
56
|
Enabled: true
|
|
57
57
|
|
|
58
|
+
Layout/SpaceAroundMethodCallOperator:
|
|
59
|
+
Enabled: true
|
|
60
|
+
|
|
58
61
|
Layout/SpaceBeforeBlockBraces:
|
|
59
62
|
Enabled: true
|
|
60
63
|
|
|
@@ -137,6 +140,9 @@ Lint/NextWithoutAccumulator:
|
|
|
137
140
|
Lint/RandOne:
|
|
138
141
|
Enabled: true
|
|
139
142
|
|
|
143
|
+
Lint/RaiseException:
|
|
144
|
+
Enabled: true
|
|
145
|
+
|
|
140
146
|
Lint/RedundantStringCoercion:
|
|
141
147
|
Enabled: true
|
|
142
148
|
|
|
@@ -146,6 +152,9 @@ Lint/RequireParentheses:
|
|
|
146
152
|
Lint/RescueException:
|
|
147
153
|
Enabled: true
|
|
148
154
|
|
|
155
|
+
Lint/StructNewOverride:
|
|
156
|
+
Enabled: true
|
|
157
|
+
|
|
149
158
|
Lint/UnderscorePrefixedVariableName:
|
|
150
159
|
Enabled: true
|
|
151
160
|
|
|
@@ -279,6 +288,9 @@ Style/Documentation:
|
|
|
279
288
|
Style/EndBlock:
|
|
280
289
|
Enabled: true
|
|
281
290
|
|
|
291
|
+
Style/ExponentialNotation:
|
|
292
|
+
Enabled: true
|
|
293
|
+
|
|
282
294
|
Style/For:
|
|
283
295
|
Enabled: true
|
|
284
296
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-standard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Garen Torikian
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|