rubocop-discourse 3.13.0 → 3.13.1
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 +4 -4
- data/lib/rubocop/discourse/version.rb +1 -1
- data/rubocop-rails.yml +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ffcb5276856f6c15832300acaf965786b437576b4bc841cb82c47a12ae65f35
|
4
|
+
data.tar.gz: 9b0cce0992b4e050b43c78f1b97c580db150d03dc0227e161df5e2ad9b181e6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce03e8212d7e5299d725a2d1deab17bbabf24aa1ba05a10104de7de2114897718f6092455ebd94e22b0772fc149bdf8faa7f334d0719465122c6fbf053b771ba
|
7
|
+
data.tar.gz: e0aecfb3582fc2ec21d17b7c30e4ca0b195904cc5b31643fc67f993968ab72c148decac62d3f8ae2303e954021f00c7eb3dd8f9c0fc4ff2d9b6dd0823dc56093
|
data/rubocop-rails.yml
CHANGED
@@ -98,8 +98,9 @@ Rails/UnusedRenderContent:
|
|
98
98
|
Rails/WhereMissing:
|
99
99
|
Enabled: true
|
100
100
|
|
101
|
+
# NOTE: This is unsafe as the autofix breaks mini_sql code (that only looks like AR code)
|
101
102
|
Rails/WhereNot:
|
102
|
-
Enabled:
|
103
|
+
Enabled: false
|
103
104
|
|
104
105
|
Rails/ActiveRecordCallbacksOrder:
|
105
106
|
Enabled: true
|