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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/default.yml +12 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c0579f5c4019605fb1ba738258afd349be4796123db2171bc5ee9da955245b0
4
- data.tar.gz: fa11a93674ce6cc98dbeadbbe22bcc43eb9aca2b75a965ef9dc19deb1ac97b9f
3
+ metadata.gz: a1056ad4bb6f2020463b3d8862ab5874bd96ae5a97214caf34e8ecde43ac85dc
4
+ data.tar.gz: 6cc236d104ed09d23c6384a8c7a1b75ccf9efdde737e4b6f58d782affeb8c209
5
5
  SHA512:
6
- metadata.gz: 7c01ce5154b57eb3a42121b670fe80a10c9f8f0039fa77725fb504099f5d983fa663819e3eca69110a1068960b22a44503aa8afdc6a45e4f3f0f2cb1e2c49bbf
7
- data.tar.gz: dbbc9fc934c969df13bb4b337039f1311633aa3fa2c7360012d51dd2d4488ec271a7658d618c0b8aaa21c809ab59b033837b701af73b19c28b185b987d35271e
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.3
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-23 00:00:00.000000000 Z
11
+ date: 2020-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop