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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9a1fca3ef67d8cb711cbd0c0d45774bbc74e0f427e39a2e0cd02d3a0567af73
4
- data.tar.gz: 5ef9be210b3efd3aa78b12f485891fd1e08590c71f9538ab21cd4fa02fe00ada
3
+ metadata.gz: d2aba18cf566238546cae8a0b991e0f29f048dba1d055a569c52d94ea1b36a85
4
+ data.tar.gz: 36d54d4b7cd15f60a1d2bdbe04c33210840463ead617cd17a8f275b3d5a2f2f7
5
5
  SHA512:
6
- metadata.gz: f83d6de478f1420998952795ee8d09e941c3b5448ec8c265676267bcb4caf44f1b2817c4e8b64040a67af89261eef37ef26685abbb2ec33ec80576cbc3b20225
7
- data.tar.gz: 6954e998a7567c4aa63729b6c9e376b7efd14517993a69189c61c03e4ebe49dd4305679a604f0a1d593035f33c80f4e777ce1386a1bad39fe27d3b2c3fe75b9c
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 --------------------------------------------
@@ -3,7 +3,7 @@
3
3
  module UT
4
4
  module StyleRails
5
5
  module Version
6
- VERSION = "0.0.3"
6
+ VERSION = "0.0.4"
7
7
  end
8
8
  end
9
9
  end
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.3
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: 2020-10-08 00:00:00.000000000 Z
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.2
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: []