gc_ruboconfig 3.4.0 → 3.6.0
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/rails.yml +22 -0
- data/rubocop.yml +22 -7
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3ae9168a8296e93a0ccfc35d2add30b80900f87e39ccbce190f8697fe4545d3
|
|
4
|
+
data.tar.gz: bde69f67961e4a288463d0824bc1bd88292ffd4c0d0a45e2d5919b31519193d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6fc3be679b5214d44d7b220290c54df24491761bbb9b15048938dd03f6b2311cfa50984bfefb8bb7e6e83b013ce80679e0d1a2beae705a2f522a3ce148e6016
|
|
7
|
+
data.tar.gz: 8f3f8f11ccfac222baaa4b0cc5b3ccac123f6bf1b51441fbaa2147ad3bf8f2818f87bd509668363f6b5210afff8cae1cc8ea22c18083a6189f1f554054a74378
|
data/rails.yml
CHANGED
|
@@ -141,3 +141,25 @@ Rails/TopLevelHashWithIndifferentAccess: # new in 2.16
|
|
|
141
141
|
|
|
142
142
|
Rails/WhereMissing: # new in 2.16
|
|
143
143
|
Enabled: true
|
|
144
|
+
|
|
145
|
+
RSpec/Rails/HaveHttpStatus: # new in 2.12
|
|
146
|
+
Enabled: true
|
|
147
|
+
|
|
148
|
+
RSpec/Rails/AvoidSetupHook:
|
|
149
|
+
Enabled: true
|
|
150
|
+
|
|
151
|
+
RSpec/Rails/HttpStatus:
|
|
152
|
+
EnforcedStyle: numeric
|
|
153
|
+
|
|
154
|
+
RSpec/Rails/InferredSpecType: # new in 2.14
|
|
155
|
+
Enabled: false
|
|
156
|
+
|
|
157
|
+
Rails/ActionOrder: # new in 2.17
|
|
158
|
+
Enabled: false
|
|
159
|
+
|
|
160
|
+
Rails/IgnoredColumnsAssignment: # new in 2.17
|
|
161
|
+
Enabled: true
|
|
162
|
+
|
|
163
|
+
# Only relevant for Rails < 6.1
|
|
164
|
+
Rails/WhereNotWithMultipleConditions: # new in 2.17
|
|
165
|
+
Enabled: false
|
data/rubocop.yml
CHANGED
|
@@ -557,9 +557,6 @@ RSpec/ExcessiveDocstringSpacing:
|
|
|
557
557
|
RSpec/SubjectDeclaration:
|
|
558
558
|
Enabled: true
|
|
559
559
|
|
|
560
|
-
RSpec/Rails/AvoidSetupHook:
|
|
561
|
-
Enabled: true
|
|
562
|
-
|
|
563
560
|
Performance/ConcurrentMonotonicTime:
|
|
564
561
|
Enabled: true
|
|
565
562
|
|
|
@@ -641,14 +638,32 @@ RSpec/ClassCheck:
|
|
|
641
638
|
RSpec/NoExpectationExample:
|
|
642
639
|
Enabled: false
|
|
643
640
|
|
|
644
|
-
|
|
641
|
+
# new in 2.13
|
|
645
642
|
RSpec/Capybara/SpecificFinders:
|
|
646
643
|
Enabled: true
|
|
647
644
|
|
|
648
|
-
|
|
645
|
+
# new in 2.12
|
|
649
646
|
RSpec/Capybara/SpecificMatcher:
|
|
650
647
|
Enabled: true
|
|
651
648
|
|
|
652
|
-
# new in
|
|
653
|
-
|
|
649
|
+
Lint/DuplicateMagicComment: # new in 1.37
|
|
650
|
+
Enabled: true
|
|
651
|
+
|
|
652
|
+
Style/OperatorMethodCall: # new in 1.37
|
|
653
|
+
Enabled: true
|
|
654
|
+
|
|
655
|
+
Style/RedundantStringEscape: # new in 1.37
|
|
654
656
|
Enabled: true
|
|
657
|
+
|
|
658
|
+
RSpec/SortMetadata: # new in 2.14
|
|
659
|
+
Enabled: true
|
|
660
|
+
|
|
661
|
+
RSpec/Capybara/NegationMatcher: # new in 2.14
|
|
662
|
+
Enabled: true
|
|
663
|
+
|
|
664
|
+
RSpec/Capybara/SpecificActions: # new in 2.14
|
|
665
|
+
Enabled: false
|
|
666
|
+
|
|
667
|
+
# Seems to be buggy, causes an infinite loop for `subjects` named `create`
|
|
668
|
+
RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
|
|
669
|
+
Enabled: false
|
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: 3.
|
|
4
|
+
version: 3.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,56 +16,56 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 1.37.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 1.37.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-performance
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '1.
|
|
33
|
+
version: '1.15'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '1.
|
|
40
|
+
version: '1.15'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rubocop-rails
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 2.
|
|
47
|
+
version: 2.17.2
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 2.
|
|
54
|
+
version: 2.17.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rubocop-rspec
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 2.
|
|
61
|
+
version: 2.14.2
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 2.
|
|
68
|
+
version: 2.14.2
|
|
69
69
|
description:
|
|
70
70
|
email:
|
|
71
71
|
- developers@gocardless.com
|