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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f58101c4c4ddda6890be8e94e5bb7a2f3ccd17ed892b9d8e811f5ef34b432b7f
4
- data.tar.gz: d132418b644f3a5e25fff41a20e7c38228a4203ab6e37d2a51b06c6db44527b4
3
+ metadata.gz: d2149c667704a9299409866866b0e21a09b37e41617623dbbcadc42ba9e32038
4
+ data.tar.gz: 4288d502e0785742786a3e5a780f54f5381d31775f1ab0380dcfbda55909ccde
5
5
  SHA512:
6
- metadata.gz: 699f99aa925045d7d819affeaefbb6b8e2a6ffa625963685dbea9d14f12ab20eec8e8c0a2e34a5a7d239c9a56ad30790825d0b252da82f25247b9720da4e3372
7
- data.tar.gz: d05667c9fa247fe870409b1d2a31c8fa766d7795d6444dff23c2e57c43f520a5f6ea03b3461eaba8af69d0515a28b5785a6e4c2090b8f4f35dd78f58ba623918
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: true
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: true
754
+ Enabled: false
755
755
  Style/PartitionInsteadOfDoubleSelect: # new in 1.85
756
756
  Enabled: true
757
757
  Style/PredicateWithKind: # new in 1.85
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-pendragon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Pendragon