rubocop-discourse 3.13.0 → 3.13.2

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: 01e08f365da90a2bd0cbf1cff4caf796a8ea368a169d8db4bc647df66d689397
4
- data.tar.gz: 99a8598e0ad4fe8564f6cbcc106476ca3baace52d16390b81f4cd8b047f3b37d
3
+ metadata.gz: 054b82559613949764299baebb4076fac1748c98be473501e26d9c96a5a743fd
4
+ data.tar.gz: 4d08facd6d9daf00af0ca78a3c68d9f84855ad8e1f74101521fea3152c9a9935
5
5
  SHA512:
6
- metadata.gz: 795176837d6a53075c5b357673e9198503390772b3a2da8197a713a8c58538c15d5699685343286ae711f9435092092efd49ec348f01ae220b8b91fda98482a9
7
- data.tar.gz: d8841c96033254114c4bb52e2d03973274dfbf3f1e88a058e934ff85fe54886f8b20edd00c9662606326d7a4cfbfad0b234f7d8b6f3e3b934679c567b833f291
6
+ metadata.gz: 2b5ad263d40354c3a3b9f8fe5d49b3496277b072eb017bc8c5f337eea131e1beb8d191fa90bf2009d8f36da2769fff3f7cda1a5b9254327fc92e0c899322831c
7
+ data.tar.gz: f391eae2b5bc57e5b62bb237d3fd3bbabd159a1a75da26a9e59211cf56eab3ed92a6813b844395bd9cc63f44e0bf718ca446baaaf6bcfa41ec7a878dd4409e8d
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Discourse
5
- VERSION = "3.13.0"
5
+ VERSION = "3.13.2"
6
6
  end
7
7
  end
data/rubocop-rails.yml CHANGED
@@ -95,11 +95,13 @@ Rails/Validation:
95
95
  Rails/UnusedRenderContent:
96
96
  Enabled: true
97
97
 
98
+ # NOTE: This is unsafe due to a Rails bug (https://github.com/rails/rails/issues/55130)
98
99
  Rails/WhereMissing:
99
- Enabled: true
100
+ Enabled: false
100
101
 
102
+ # NOTE: This is unsafe as the autofix breaks mini_sql code (that only looks like AR code)
101
103
  Rails/WhereNot:
102
- Enabled: true
104
+ Enabled: false
103
105
 
104
106
  Rails/ActiveRecordCallbacksOrder:
105
107
  Enabled: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-discourse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.0
4
+ version: 3.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Discourse Team