rubocop-pendragon 1.3.1 → 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 +13 -5
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c953c6451ffee5a5f0cd78060b218156d8ffdecbe4e38e63a981dab0511d536
4
- data.tar.gz: 15ad1834706ccea8fe85bd01f4ec0e0a079c403c71883cf24459f70ce0316977
3
+ metadata.gz: 66a8d38495bd87d1b2f40734164af2d5dbafaf6c3d5343f1d12f507fedc84f28
4
+ data.tar.gz: d673e4e612f5cd06a59825a7afe6d5a02d186baba15e9d85b44bfe2f495c085e
5
5
  SHA512:
6
- metadata.gz: 36377f39be1f8e166067b233637321525a68d1fc9ba6fdce6f10250ed585fc1f53deac4780185fc95f196a640a042bb2af4861504aaff91d73b052db00ad9d4d
7
- data.tar.gz: ac0ac80985a979f7d5adb56b37be267a3cbaaf838653fc2928743b23921ba5987a13a5568f178097fa351eee5f963db864cb0044842acee14b24a199cd5310da
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
@@ -747,7 +755,7 @@ Lint/DataDefineOverride: # new in 1.85
747
755
  Lint/UnreachablePatternBranch: # new in 1.85
748
756
  Enabled: true
749
757
  Style/FileOpen: # new in 1.85
750
- Enabled: true
758
+ Enabled: false
751
759
  Style/MapJoin: # new in 1.85
752
760
  Enabled: true
753
761
  Style/OneClassPerFile: # new in 1.85
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.1
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