rubocul 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/rubocul.gemspec +1 -1
- data/rubocul_default.yml +5 -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: c8453f5c5b9589e503817bc84c22be5a09bf796c2c3d722b78adcb5e417483b2
|
|
4
|
+
data.tar.gz: f14731189f5ce06bde0561d576a7955033c42336c8e952f554570de6ee51048a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f66f83b15a04f4c9bed3757063f24291e74b95fc895618afea34e28409d77c4db0e91ecc976ce567288b80d5ce8f2da5344245ea0a83c24a933e55ab96ae7dfe
|
|
7
|
+
data.tar.gz: 1b1ec24cb436632d996f30fb8aec95213d2e2491fb561b1f7307405d83a9a1eb4c01caca33c63bfd401afa566c0cb9906e5fb876f2e2395946efcdbfeff45b6f
|
data/rubocul.gemspec
CHANGED
data/rubocul_default.yml
CHANGED
|
@@ -36,6 +36,11 @@ Layout/HashAlignment:
|
|
|
36
36
|
Metrics/BlockLength:
|
|
37
37
|
IgnoredMethods: ['describe', 'context']
|
|
38
38
|
|
|
39
|
+
# Documentation is great, but we're not currently forcing people to add a top level comment
|
|
40
|
+
# to all classes and modules.
|
|
41
|
+
Style/Documentation:
|
|
42
|
+
Enabled: false
|
|
43
|
+
|
|
39
44
|
Style/RedundantSelf:
|
|
40
45
|
Enabled: false
|
|
41
46
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocul
|
|
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
|
- Eric O'Hanlon
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2022-
|
|
13
|
+
date: 2022-05-01 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|