rubocop-pendragon 1.3.2 → 1.3.3

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 +12 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2149c667704a9299409866866b0e21a09b37e41617623dbbcadc42ba9e32038
4
- data.tar.gz: 4288d502e0785742786a3e5a780f54f5381d31775f1ab0380dcfbda55909ccde
3
+ metadata.gz: 66a8d38495bd87d1b2f40734164af2d5dbafaf6c3d5343f1d12f507fedc84f28
4
+ data.tar.gz: d673e4e612f5cd06a59825a7afe6d5a02d186baba15e9d85b44bfe2f495c085e
5
5
  SHA512:
6
- metadata.gz: c87adfc17eaeb78cbd9a57a2657ad320ad8108905d13f45c6dd56d81239e6f40fc30cfd6a3944a63dfd72bb084b8164e5aa686470441e36cba176d6aaac18c39
7
- data.tar.gz: 9408a648f25336afd38dd12859ed01db29a84c0166907385afa442d56055b7b310e90c8131b894ad7a48c09988d3b404a0c4cf5a2a561baa3594f9b10e490891
6
+ metadata.gz: 56260e7dad78913b87d6e8dfa02aa458b17b7ae6131c5247c9b05ef9a8b53e903c7805beeedb13da13258d1e3b67f8e044e3735a04caf2b56fe9b88e5da1f317
7
+ data.tar.gz: c26e2867f0499fa5a4295a0acccc369e0f0332b70111f19cedd29bb83bcc2417f40f556b18023a986a432540cd0c40fed51e93744a5430a6795a79a9dde3cc73
data/rubocop.yml CHANGED
@@ -20,23 +20,31 @@ Capybara/ClickLinkOrButtonStyle:
20
20
  Enabled: true
21
21
  Capybara/FindAllFirst:
22
22
  Enabled: true
23
- Capybara/MatchStyle:
23
+ Capybara/AssertStyle:
24
24
  Enabled: true
25
- Capybara/NegationMatcher:
25
+ Capybara/RSpec/MatchStyle:
26
26
  Enabled: true
27
- Capybara/NegationMatcherAfterVisit:
27
+ Capybara/RSpec/CurrentPathExpectation:
28
+ Enabled: true
29
+ Capybara/RSpec/HaveContent:
30
+ Enabled: true
31
+ Capybara/RSpec/NegationMatcher:
32
+ Enabled: true
33
+ Capybara/RSpec/NegationMatcherAfterVisit:
28
34
  Enabled: true
29
35
  Capybara/RSpec/HaveSelector:
30
36
  Enabled: true
31
37
  Capybara/RSpec/PredicateMatcher:
32
38
  Enabled: true
39
+ Capybara/RSpec/VisibilityMatcher:
40
+ Enabled: true
33
41
  Capybara/RedundantWithinFind:
34
42
  Enabled: true
35
43
  Capybara/SpecificActions:
36
44
  Enabled: true
37
45
  Capybara/SpecificFinders:
38
46
  Enabled: true
39
- Capybara/SpecificMatcher:
47
+ Capybara/RSpec/SpecificMatcher:
40
48
  Enabled: true
41
49
  FactoryBot/AssociationStyle:
42
50
  Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-pendragon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Pendragon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-06 00:00:00.000000000 Z
11
+ date: 2026-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop