google-style 1.26.1 → 1.26.2
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/google-style.yml +6 -1
- data/lib/google/style/version.rb +1 -1
- 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: 9cf976418f6fe3bdfa07c70d61dc86a1cd6764bd859a1e15a7ce86f10580bbf4
|
4
|
+
data.tar.gz: cd82c62b351a460bcbd5450a4acc43b6af61db532ceb4ffbc1ddeab51c199847
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 969b9f0f7af2b99aa0304db81fffe0e830304068c6b9153dfab516e731f1767a9a098b26c3b8e01da5b17a2dd0c0509fa24fa22ccc6270f8788e9598584cf1d6
|
7
|
+
data.tar.gz: af993b3c47dabc6f12c234d1f7e730b8059f1978a2270a18ed0308802e7e2ada8ab7f3f83627c0a6245d3c1c5708fec6c55cc02e0bd8162c57ec62adc9030367
|
data/google-style.yml
CHANGED
@@ -353,11 +353,16 @@ Style/RedundantInitialize:
|
|
353
353
|
Style/RedundantSelfAssignmentBranch:
|
354
354
|
Enabled: true
|
355
355
|
|
356
|
+
# Disabled because we find it to be pedantic. The enforced rules are too simple
|
357
|
+
# to capture readability, and are especially problematic for generated code.
|
358
|
+
Style/RegexpLiteral:
|
359
|
+
Enabled: false
|
360
|
+
|
356
361
|
# The idiom is useful in a variety of cases. We prefer to allow it.
|
357
362
|
Style/RescueModifier:
|
358
363
|
Enabled: false
|
359
364
|
|
360
|
-
# We disagree with this one. Grep is more specialized than select/reject
|
365
|
+
# We disagree with this one. Grep is more specialized than select/reject.
|
361
366
|
Style/SelectByRegexp:
|
362
367
|
Enabled: false
|
363
368
|
|
data/lib/google/style/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.26.
|
4
|
+
version: 1.26.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Azuma
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-
|
12
|
+
date: 2022-12-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|