rubocop-discourse 3.3.0 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c437452f89089230f8ab04486bbe351745b094292c80f838671fdcd33d83bdab
4
- data.tar.gz: d4438004c26aee64eff9e6a2f0d335767b412ab2563e5e9d3bdbc1833be1a678
3
+ metadata.gz: 35b608dad822a1609917cf7d64b1426414a7c3457a5f274bf8ca33c1b43e5435
4
+ data.tar.gz: 69d5c9287ecf7762bdf87009b2e28173b63d23d5035cb8c792b31e494bc5e3a6
5
5
  SHA512:
6
- metadata.gz: 3a19afd24871782b52660905e0f211287fa41779994c21160baeb5c5e3963ea63482d7ea980ac9398a86b0f40c37056fdf82f982afc851bd6632fc6458d803ed
7
- data.tar.gz: 6b6ee9c891637c8c2355bc1cf451d96245960700ef3d8f859a0845ee3a258eae70cf7c85b19493a2d32f7277a69bd4adbc4a16527eaf4e4c1f96509f14fbb64d
6
+ metadata.gz: 3f451974509c7ea0bd3c3030a5ad953cfd572a4230380b513de1db56ce0a4d6079a747df71e852129e94b4a639ded91989bb8019de0be6f0656822fdf56e80d3
7
+ data.tar.gz: 6cb9f773b5f97a6902122830e9907723bc42f4a79dc1e9a26ef8644e85ea045bbcd89cfb307e5c6585aa548e3aa1cf2a495e96e97da39b5c938e8b2836446a70
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "rubocop-discourse"
5
- s.version = "3.3.0"
5
+ s.version = "3.4.0"
6
6
  s.summary = "Custom rubocop cops used by Discourse"
7
7
  s.authors = ["Discourse Team"]
8
8
  s.license = "MIT"
data/rubocop-rspec.yml CHANGED
@@ -96,7 +96,10 @@ RSpec/ExpectInHook:
96
96
  RSpec/ExpectOutput:
97
97
  Enabled: true
98
98
 
99
- RSpec/FilePath:
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
- RSpec/FactoryBot/AttributeDefinedStatically:
225
+ FactoryBot/AttributeDefinedStatically:
223
226
  Enabled: true
224
227
 
225
- RSpec/FactoryBot/CreateList:
228
+ FactoryBot/CreateList:
226
229
  Enabled: true
227
230
 
228
- RSpec/FactoryBot/FactoryClassName:
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.3.0
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-06-26 00:00:00.000000000 Z
11
+ date: 2023-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop