rubocop-discourse 3.8.3 → 3.8.5

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: 1f516e5d70a9978b9da09c24401c95548ca331ffc116b85101c6f083b28dc579
4
- data.tar.gz: 6bcdef8e2a4679d7d96317f3e7b0565a694c3e02670619208d4c526c83a49a81
3
+ metadata.gz: c60c08ef238ca5e9086bee8be51b182d8a16d59f32a5fcba54b8672f048cc452
4
+ data.tar.gz: fc997297d1c9556d5db3614e5786ff0b253eddaf73f429252e0aae2dab5daa0b
5
5
  SHA512:
6
- metadata.gz: ee3e83f0b8910462887b2f6cd99bd7cb1a5b94ab5e0be9c180e74ab9c0b5a8394d5081832e8583357feeba550a462bd7532dc7b84523a45a9aab520054fd6def
7
- data.tar.gz: db44ffc9629b0c58fc82ab74eb4ba81233e951a1d64f9177f6776eb6c62e8930273e39ac6db50e2644e1a43577eae77d7406f486a754d40d470c3e61f61df679
6
+ metadata.gz: bae2f584f1d094e8acf8def0be2b21ffd1fa3634df8f4bbb343bcaa9226ba35814576179bf0887a4ce77f4222319e2b54d831dd11f564cdfdf0cf13f6d5d34af
7
+ data.tar.gz: 2afc09ff4920a30d25225968a20e0569f1c68fa6d9216e550354508178faa97b6b4a1302725d93fe606b6b2426e294552c23058372a8793ee6f188a5e3b9f390
data/rubocop-core.yml CHANGED
@@ -54,6 +54,9 @@ Style/UnlessElse:
54
54
  Style/UnlessLogicalOperators:
55
55
  Enabled: true
56
56
 
57
+ Style/MutableConstant:
58
+ Enabled: true
59
+
57
60
  Lint/Debugger:
58
61
  Enabled: true
59
62
 
@@ -140,3 +143,6 @@ Lint/EmptyConditionalBody:
140
143
 
141
144
  Lint/SafeNavigationConsistency:
142
145
  Enabled: true
146
+
147
+ Lint/OrAssignmentToConstant:
148
+ Enabled: true
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "rubocop-discourse"
5
- s.version = "3.8.3"
5
+ s.version = "3.8.5"
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.3
4
+ version: 3.8.5
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-10-25 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport