rubocop-zuno 4.5.0 → 4.6.0
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/VERSION +1 -1
- data/rails.yml +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18f1ca750195ae3c774a3ec3996d0f045ce17765b4185e6f3f27f97251ed676f
|
|
4
|
+
data.tar.gz: 38de9c14e9f297ca975afc25e1232d6ae00a15027741348cf19b785947021247
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3c359b40986242346d3de7ea5aa7d8985312254c16e07a55b61fb62ca2c58aa016d00c0a7a0b44f721b9b8e59d065b20b1140da7f5ff5467245e080aca3f0d6
|
|
7
|
+
data.tar.gz: 84ac3fa27215523e3180336f956c4bdebaec79eaad10360f5da01175c58e1af13c806f90099d6d855c035971417f31f15f3caa7decee0d485d1392be3bb61c53
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.
|
|
1
|
+
4.6.0
|
data/rails.yml
CHANGED
|
@@ -6,6 +6,12 @@ Rails/ApplicationController:
|
|
|
6
6
|
- spec/**/*
|
|
7
7
|
- test/**/*
|
|
8
8
|
|
|
9
|
+
# Disable the BulkChangeTable cop as the strong_migrations gem (https://github.com/ankane/strong_migrations) we use to
|
|
10
|
+
# prevent unsafe migrations cannot inspect change_table to check for safety, and results in devs being forced to
|
|
11
|
+
# disable the safety check.
|
|
12
|
+
Rails/BulkChangeTable:
|
|
13
|
+
Enabled: false
|
|
14
|
+
|
|
9
15
|
Rails/SkipsModelValidations:
|
|
10
16
|
Exclude:
|
|
11
17
|
- db/migrate/**/*
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-zuno
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zuno
|
|
@@ -29,14 +29,14 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 1.
|
|
32
|
+
version: 1.90.0
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 1.
|
|
39
|
+
version: 1.90.0
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rubocop-factory_bot
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|