rubocop-discourse 3.8.5 → 3.8.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c60c08ef238ca5e9086bee8be51b182d8a16d59f32a5fcba54b8672f048cc452
4
- data.tar.gz: fc997297d1c9556d5db3614e5786ff0b253eddaf73f429252e0aae2dab5daa0b
3
+ metadata.gz: bf5c1b4b83dac7f5180e776e8161b812987f18e95b16d0eaca23d24256be6ace
4
+ data.tar.gz: e15870cbf907b1561cbf8f669e2dbda6043e664c271ddaca8649d8183463c271
5
5
  SHA512:
6
- metadata.gz: bae2f584f1d094e8acf8def0be2b21ffd1fa3634df8f4bbb343bcaa9226ba35814576179bf0887a4ce77f4222319e2b54d831dd11f564cdfdf0cf13f6d5d34af
7
- data.tar.gz: 2afc09ff4920a30d25225968a20e0569f1c68fa6d9216e550354508178faa97b6b4a1302725d93fe606b6b2426e294552c23058372a8793ee6f188a5e3b9f390
6
+ metadata.gz: efcbbb0a6935fd5f59ae3a1c40abd05af96618cc8eb172fdba9e2e073e2c0cdb0119a280244fe7b89d0c62ca418f3bc14e51b486411978e240d6edfe77e22cbf
7
+ data.tar.gz: 6cdbe8ffdd66166f2a617bf654579a284db4342f9fa5f30186a760a51bb73e6e173b2b09c87d8282905440c6d79999cc5f87254cc3f6ee7e2fb596d4240da1a9
data/rubocop-core.yml CHANGED
@@ -54,9 +54,6 @@ Style/UnlessElse:
54
54
  Style/UnlessLogicalOperators:
55
55
  Enabled: true
56
56
 
57
- Style/MutableConstant:
58
- Enabled: true
59
-
60
57
  Lint/Debugger:
61
58
  Enabled: true
62
59
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "rubocop-discourse"
5
- s.version = "3.8.5"
5
+ s.version = "3.8.6"
6
6
  s.summary = "Custom rubocop cops used by Discourse"
7
7
  s.authors = ["Discourse Team"]
8
8
  s.license = "MIT"
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.8.5
4
+ version: 3.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Discourse Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-08 00:00:00.000000000 Z
11
+ date: 2024-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport