gc_ruboconfig 5.0.1 → 5.0.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.
- checksums.yaml +4 -4
- data/capybara.yml +7 -4
- data/rails.yml +3 -1
- data/rubocop.yml +4 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b4dd81e5b0761c31fca4901fee98b9632f500ae73bf09e6c1e4d42a4ee3d7d9
|
|
4
|
+
data.tar.gz: a87244e375f1a3374f68eb32513b93adc900f1fa2989fb41862898d7fd703972
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f6a47842284bd10474cea8f70b95b3301d2d4202cee0672493194b9fb3d92a8c969cc99f616622cd68b3d4702160ad12ddec49123dbdbce73dd599fa186063e
|
|
7
|
+
data.tar.gz: bea32b95e3a36d7e2a8ddbd7e25dc067751d78308276649286cdc9dc5eed03d76b83de593c5ff0d4f3a70ebf03d7ce27042c55fcf5b7e8be17f566e3bf69faef
|
data/capybara.yml
CHANGED
|
@@ -2,14 +2,17 @@ require:
|
|
|
2
2
|
- rubocop-capybara
|
|
3
3
|
|
|
4
4
|
# new in 2.13
|
|
5
|
-
|
|
5
|
+
Capybara/SpecificFinders:
|
|
6
6
|
Enabled: true
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
# new in 2.12
|
|
9
|
+
Capybara/SpecificMatcher:
|
|
9
10
|
Enabled: true
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
# new in 2.14
|
|
13
|
+
Capybara/NegationMatcher:
|
|
12
14
|
Enabled: true
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
# new in 2.14
|
|
17
|
+
Capybara/SpecificActions:
|
|
15
18
|
Enabled: false
|
data/rails.yml
CHANGED
data/rubocop.yml
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
plugins:
|
|
2
2
|
- rubocop-rspec
|
|
3
3
|
- rubocop-performance
|
|
4
|
+
|
|
5
|
+
require:
|
|
4
6
|
- rubocop-factory_bot
|
|
5
7
|
|
|
6
8
|
AllCops:
|
|
@@ -656,7 +658,7 @@ RSpec/SortMetadata: # new in 2.14
|
|
|
656
658
|
Enabled: true
|
|
657
659
|
|
|
658
660
|
# Seems to be buggy, causes an infinite loop for `subjects` named `create`
|
|
659
|
-
|
|
661
|
+
FactoryBot/ConsistentParenthesesStyle: # new in 2.14
|
|
660
662
|
Enabled: false
|
|
661
663
|
|
|
662
664
|
Style/AndOr:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gc_ruboconfig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: 2.30.0
|
|
97
|
-
description:
|
|
97
|
+
description:
|
|
98
98
|
email:
|
|
99
99
|
- developers@gocardless.com
|
|
100
100
|
executables: []
|
|
@@ -108,7 +108,7 @@ homepage: https://github.com/gocardless/ruboconfig
|
|
|
108
108
|
licenses:
|
|
109
109
|
- MIT
|
|
110
110
|
metadata: {}
|
|
111
|
-
post_install_message:
|
|
111
|
+
post_install_message:
|
|
112
112
|
rdoc_options: []
|
|
113
113
|
require_paths:
|
|
114
114
|
- lib
|
|
@@ -123,8 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
125
|
requirements: []
|
|
126
|
-
rubygems_version: 3.5.
|
|
127
|
-
signing_key:
|
|
126
|
+
rubygems_version: 3.5.11
|
|
127
|
+
signing_key:
|
|
128
128
|
specification_version: 4
|
|
129
129
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|
|
130
130
|
test_files: []
|