rubocop-discourse 3.3.0 → 3.4.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/rubocop-discourse.gemspec +1 -1
- data/rubocop-rspec.yml +7 -4
- 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: 35b608dad822a1609917cf7d64b1426414a7c3457a5f274bf8ca33c1b43e5435
|
|
4
|
+
data.tar.gz: 69d5c9287ecf7762bdf87009b2e28173b63d23d5035cb8c792b31e494bc5e3a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f451974509c7ea0bd3c3030a5ad953cfd572a4230380b513de1db56ce0a4d6079a747df71e852129e94b4a639ded91989bb8019de0be6f0656822fdf56e80d3
|
|
7
|
+
data.tar.gz: 6cb9f773b5f97a6902122830e9907723bc42f4a79dc1e9a26ef8644e85ea045bbcd89cfb307e5c6585aa548e3aa1cf2a495e96e97da39b5c938e8b2836446a70
|
data/rubocop-discourse.gemspec
CHANGED
data/rubocop-rspec.yml
CHANGED
|
@@ -96,7 +96,10 @@ RSpec/ExpectInHook:
|
|
|
96
96
|
RSpec/ExpectOutput:
|
|
97
97
|
Enabled: true
|
|
98
98
|
|
|
99
|
-
RSpec/
|
|
99
|
+
RSpec/SpecFilePathFormat:
|
|
100
|
+
Enabled: false # To be decided
|
|
101
|
+
|
|
102
|
+
RSpec/SpecFilePathSuffix:
|
|
100
103
|
Enabled: false # To be decided
|
|
101
104
|
|
|
102
105
|
RSpec/Focus:
|
|
@@ -219,13 +222,13 @@ Capybara/CurrentPathExpectation:
|
|
|
219
222
|
RSpec/Capybara/FeatureMethods:
|
|
220
223
|
Enabled: true
|
|
221
224
|
|
|
222
|
-
|
|
225
|
+
FactoryBot/AttributeDefinedStatically:
|
|
223
226
|
Enabled: true
|
|
224
227
|
|
|
225
|
-
|
|
228
|
+
FactoryBot/CreateList:
|
|
226
229
|
Enabled: true
|
|
227
230
|
|
|
228
|
-
|
|
231
|
+
FactoryBot/FactoryClassName:
|
|
229
232
|
Enabled: true
|
|
230
233
|
|
|
231
234
|
RSpec/Rails/HttpStatus:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-discourse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Discourse Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|