sevencop 0.37.0 → 0.38.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/Gemfile.lock +2 -2
- data/config/default.yml +11 -14
- data/lib/sevencop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9dc6aed08986989bb0d31d172c6c08426a9581f2aac31c85a9730ba4ba2f5ea8
|
|
4
|
+
data.tar.gz: 62a2bdf5a54bf07578bcb40c6accb56075f85ff6ff56a45435efde1836413e42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 236dab0fff5322449648b6a99223b5800d2d9444bcaf02f0e69b1cee63c2fb0fb91b3ad792407c9ef8a79cac502e3099f460955f01e93c7da412291214e44cb6
|
|
7
|
+
data.tar.gz: 4066d32b53e2618e2d3e138742ba0b23652c266561b36ba34670519401f4d823654a0f25f4d06b3dc3f38345cb960d69bed51e37d2025b31624d0f34d89a2675
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sevencop (0.
|
|
4
|
+
sevencop (0.38.0)
|
|
5
5
|
activesupport
|
|
6
6
|
rubocop
|
|
7
7
|
|
|
@@ -30,7 +30,7 @@ GEM
|
|
|
30
30
|
concurrent-ruby (~> 1.0)
|
|
31
31
|
json (2.7.1)
|
|
32
32
|
language_server-protocol (3.17.0.3)
|
|
33
|
-
minitest (5.
|
|
33
|
+
minitest (5.22.2)
|
|
34
34
|
mutex_m (0.2.0)
|
|
35
35
|
parallel (1.24.0)
|
|
36
36
|
parser (3.3.0.5)
|
data/config/default.yml
CHANGED
|
@@ -24,12 +24,9 @@ Sevencop/FactoryBotAssociationStyle:
|
|
|
24
24
|
NonImplicitAssociationMethodNames:
|
|
25
25
|
- skip_create
|
|
26
26
|
Include:
|
|
27
|
-
- factories.rb
|
|
28
|
-
- factories/*.rb
|
|
29
|
-
-
|
|
30
|
-
- spec/factories/*.rb
|
|
31
|
-
- test/factories.rb
|
|
32
|
-
- test/factories/*.rb
|
|
27
|
+
- "**/factories.rb"
|
|
28
|
+
- "**/spec/factories/*.rb"
|
|
29
|
+
- "**/test/factories/*.rb"
|
|
33
30
|
|
|
34
31
|
Sevencop/HashElementOrdered:
|
|
35
32
|
Description: |
|
|
@@ -103,7 +100,7 @@ Sevencop/RailsSpecificActionName:
|
|
|
103
100
|
- show
|
|
104
101
|
- update
|
|
105
102
|
Include:
|
|
106
|
-
- app/controllers/**/*.rb
|
|
103
|
+
- "**/app/controllers/**/*.rb"
|
|
107
104
|
|
|
108
105
|
Sevencop/RailsUniquenessValidatorExplicitCaseSensitivity:
|
|
109
106
|
Description: |
|
|
@@ -122,14 +119,14 @@ Sevencop/RSpecDescribeHttpEndpoint:
|
|
|
122
119
|
Pass HTTP endpoint identifier (e.g. `GET /users`) to top-level `describe` on request-specs.
|
|
123
120
|
Enabled: false
|
|
124
121
|
Include:
|
|
125
|
-
- spec/requests/**/*.rb
|
|
122
|
+
- "**/spec/requests/**/*.rb"
|
|
126
123
|
|
|
127
124
|
Sevencop/RSpecEmptyLineAfterLet:
|
|
128
125
|
Description: |
|
|
129
126
|
Insert empty line after `let`.
|
|
130
127
|
Enabled: false
|
|
131
128
|
Include:
|
|
132
|
-
- spec
|
|
129
|
+
- "**/spec/**/*.rb"
|
|
133
130
|
|
|
134
131
|
Sevencop/RSpecExamplesInSameGroup:
|
|
135
132
|
Description: |
|
|
@@ -137,20 +134,20 @@ Sevencop/RSpecExamplesInSameGroup:
|
|
|
137
134
|
Enabled: false
|
|
138
135
|
IncludeSharedExamples: false
|
|
139
136
|
Include:
|
|
140
|
-
- spec/controllers
|
|
141
|
-
- spec/requests
|
|
137
|
+
- "**/spec/controllers/**/*.rb"
|
|
138
|
+
- "**/spec/requests/**/*.rb"
|
|
142
139
|
|
|
143
140
|
Sevencop/RSpecMemoizedHelperBlockDelimiter:
|
|
144
141
|
Description: |
|
|
145
142
|
Use do-end block delimiter on RSpec memoized helper.
|
|
146
143
|
Enabled: false
|
|
147
144
|
Include:
|
|
148
|
-
- spec
|
|
145
|
+
- "**/spec/**/*.rb"
|
|
149
146
|
|
|
150
147
|
Sevencop/RSpecRailsHaveHttpStatus:
|
|
151
148
|
Description: |
|
|
152
149
|
Always check status code with `have_http_status`.
|
|
153
150
|
Enabled: false
|
|
154
151
|
Include:
|
|
155
|
-
- spec/controllers
|
|
156
|
-
- spec/requests
|
|
152
|
+
- "**/spec/controllers/**/*.rb"
|
|
153
|
+
- "**/spec/requests/**/*.rb"
|
data/lib/sevencop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sevencop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.38.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryo Nakamura
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|