rubocop-pendragon 1.3.0 → 1.3.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/rubocop.yml +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2149c667704a9299409866866b0e21a09b37e41617623dbbcadc42ba9e32038
|
|
4
|
+
data.tar.gz: 4288d502e0785742786a3e5a780f54f5381d31775f1ab0380dcfbda55909ccde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c87adfc17eaeb78cbd9a57a2657ad320ad8108905d13f45c6dd56d81239e6f40fc30cfd6a3944a63dfd72bb084b8164e5aa686470441e36cba176d6aaac18c39
|
|
7
|
+
data.tar.gz: 9408a648f25336afd38dd12859ed01db29a84c0166907385afa442d56055b7b310e90c8131b894ad7a48c09988d3b404a0c4cf5a2a561baa3594f9b10e490891
|
data/rubocop.yml
CHANGED
|
@@ -747,11 +747,11 @@ Lint/DataDefineOverride: # new in 1.85
|
|
|
747
747
|
Lint/UnreachablePatternBranch: # new in 1.85
|
|
748
748
|
Enabled: true
|
|
749
749
|
Style/FileOpen: # new in 1.85
|
|
750
|
-
Enabled:
|
|
750
|
+
Enabled: false
|
|
751
751
|
Style/MapJoin: # new in 1.85
|
|
752
752
|
Enabled: true
|
|
753
753
|
Style/OneClassPerFile: # new in 1.85
|
|
754
|
-
Enabled:
|
|
754
|
+
Enabled: false
|
|
755
755
|
Style/PartitionInsteadOfDoubleSelect: # new in 1.85
|
|
756
756
|
Enabled: true
|
|
757
757
|
Style/PredicateWithKind: # new in 1.85
|