rubocop-discourse 3.3.0 → 3.4.1

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: 55967a0ab5a874717eadec5f7ac5f06d726b5080187aff4ed2429461b56227d8
4
+ data.tar.gz: 42f9dc93ca9d20ac5e4c105bd186e479446b451bb8d4e2752c3568d05dc0f621
5
5
  SHA512:
6
- metadata.gz: 3a19afd24871782b52660905e0f211287fa41779994c21160baeb5c5e3963ea63482d7ea980ac9398a86b0f40c37056fdf82f982afc851bd6632fc6458d803ed
7
- data.tar.gz: 6b6ee9c891637c8c2355bc1cf451d96245960700ef3d8f859a0845ee3a258eae70cf7c85b19493a2d32f7277a69bd4adbc4a16527eaf4e4c1f96509f14fbb64d
6
+ metadata.gz: 47494189954eb4d825b80c72d58a62ac3e0ed2fb6288b3346a6a344e9950b0ce335dc2dbe161905e6e937d1e8dcd63763ceabd8d9207fd199709442bb8b9b01e
7
+ data.tar.gz: 2aadfe6189b4c2f5466725eebfe103d31754c83e8862fe2e3f2d4eed121caeb552adbd0777e1ee89fee632e9664a83204efc7be9db478547ba3f48df035630f2
@@ -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.1"
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
@@ -27,6 +27,7 @@ RSpec/ContextWording:
27
27
  - if
28
28
  - as
29
29
  - after
30
+ - in
30
31
 
31
32
  RSpec/DescribeClass:
32
33
  Enabled: true
@@ -96,7 +97,10 @@ RSpec/ExpectInHook:
96
97
  RSpec/ExpectOutput:
97
98
  Enabled: true
98
99
 
99
- RSpec/FilePath:
100
+ RSpec/SpecFilePathFormat:
101
+ Enabled: false # To be decided
102
+
103
+ RSpec/SpecFilePathSuffix:
100
104
  Enabled: false # To be decided
101
105
 
102
106
  RSpec/Focus:
@@ -219,13 +223,13 @@ Capybara/CurrentPathExpectation:
219
223
  RSpec/Capybara/FeatureMethods:
220
224
  Enabled: true
221
225
 
222
- RSpec/FactoryBot/AttributeDefinedStatically:
226
+ FactoryBot/AttributeDefinedStatically:
223
227
  Enabled: true
224
228
 
225
- RSpec/FactoryBot/CreateList:
229
+ FactoryBot/CreateList:
226
230
  Enabled: true
227
231
 
228
- RSpec/FactoryBot/FactoryClassName:
232
+ FactoryBot/FactoryClassName:
229
233
  Enabled: true
230
234
 
231
235
  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.1
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-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop