ut-rubocop-rails 0.0.3 → 0.0.4
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/default.yml +4 -0
- data/lib/ut/style_rails/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2aba18cf566238546cae8a0b991e0f29f048dba1d055a569c52d94ea1b36a85
|
|
4
|
+
data.tar.gz: 36d54d4b7cd15f60a1d2bdbe04c33210840463ead617cd17a8f275b3d5a2f2f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7b85542944e2c09e46f698c1a05f2bf9a439c6dee4a5c401480f36217719477390d67aaae244bbd9d4aeccf1031b527fa666eea1d6688949b658851814c0b3e
|
|
7
|
+
data.tar.gz: '09cd88ad693bb2909e7c60372e692a10abdaca47c3c8d06e996a409482d3fde8ca80c9aad4f85389a0ef4914b3a935fbad481318e680b3c708122af87f15d651'
|
data/default.yml
CHANGED
|
@@ -41,4 +41,8 @@ Rails/UniqBeforePluck:
|
|
|
41
41
|
Description: 'Prefer the use of uniq or distinct before pluck.'
|
|
42
42
|
Enabled: true
|
|
43
43
|
|
|
44
|
+
Rails/ActiveRecordAliases:
|
|
45
|
+
Description: 'Checks that ActiveRecord aliases are not used. The direct method names are more clear and easier to read.'
|
|
46
|
+
Enabled: true
|
|
47
|
+
|
|
44
48
|
# ------------------------------------ /Rails --------------------------------------------
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ut-rubocop-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Aiken
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -58,7 +58,7 @@ homepage: ''
|
|
|
58
58
|
licenses:
|
|
59
59
|
- MIT
|
|
60
60
|
metadata: {}
|
|
61
|
-
post_install_message:
|
|
61
|
+
post_install_message:
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
64
64
|
- lib
|
|
@@ -73,8 +73,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.1.
|
|
77
|
-
signing_key:
|
|
76
|
+
rubygems_version: 3.1.4
|
|
77
|
+
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
79
|
summary: UserTesting's rubocop rules for Rails
|
|
80
80
|
test_files: []
|