ut-rubocop 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd1cf7fb0dbfafb3af68340a16a4a013226bdcdaba47463d1d47bbdd7b67ef76
4
- data.tar.gz: 75f4d800690e19fa90e4b3cd5115478f028be10b5bd0568cbc74932b884181f8
3
+ metadata.gz: 12dee49c6797b6e309eb58bc904df9e52b56d9584e58ea3884aedfe7ba564487
4
+ data.tar.gz: 73818782a05751f3e32289fd6c4dc88634ca64f2862bdc9421123320e7c40da9
5
5
  SHA512:
6
- metadata.gz: b020b86877f8ce47c4295bfbfa2895e6c695fae8a50839a50a14df8913759d807e7e6ef50a90f9ade753de3072da84c2e43c55d4b4c582765a469c89b970fb4a
7
- data.tar.gz: 8492d3a8dd641d14a9d8f6d6161785c744316730ec94f8f12319b220670b87255189606238c64047262d61c6a5764e3e269d9bc4ff63d1202bdea2608a078c95
6
+ metadata.gz: 2018ac8125823142538606de47e07182fa301d6790d33cd6388706dc19145f0611d75e15fa287c996a132c013822cca69cbe6b43fba7665c9da572c3e1547951
7
+ data.tar.gz: 17703f1e1d6cb6655c5237be19e392a9de1295dec810b01ecea21d4c853906b0a358f5b7ec63f8cc107e33fcffabcb1b48defd83f34db3505479a40ae0936fa4
data/default.yml CHANGED
@@ -181,43 +181,6 @@ Lint/Void:
181
181
 
182
182
  # ------------------------------------ /Lints -------------------------------------------
183
183
 
184
- # ------------------------------------ Rails --------------------------------------------
185
- Rails/Exit:
186
- Description: >-
187
- Favor `fail`, `break`, `return`, etc. over `exit` in
188
- application or library code outside of Rake files to avoid
189
- exits during unit testing or running in production.
190
- Enabled: true
191
-
192
- Rails/Output:
193
- Description: 'Checks for calls to puts, print, etc.'
194
- Enabled: true
195
- Exclude:
196
- - db/migrate/*.rb
197
- - lib/perform_deployment.rb
198
- - lib/asset_manifest.rb
199
- - lib/chores/log.rb
200
- - lib/generators/chore/chore_generator.rb
201
-
202
- Rails/PluralizationGrammar:
203
- Description: 'Checks for incorrect grammar when using methods like `3.day.ago`.'
204
- Enabled: true
205
-
206
- Rails/ScopeArgs:
207
- Description: 'Checks the arguments of ActiveRecord scopes.'
208
- Enabled: true
209
-
210
- Rails/UniqBeforePluck:
211
- Description: 'Prefer the use of uniq or distinct before pluck.'
212
- Enabled: true
213
-
214
- Rails/ActiveRecordAliases:
215
- Description: 'Checks that ActiveRecord aliases are not used. The direct method names are more clear and easier to read.'
216
- Enabled: true
217
-
218
- # ------------------------------------ /Rails --------------------------------------------
219
-
220
-
221
184
  # ------------------------------------ Style --------------------------------------------
222
185
  Style/ArrayJoin:
223
186
  Enabled: true
@@ -3,7 +3,7 @@
3
3
  module UT
4
4
  module StyleRuby
5
5
  module Version
6
- VERSION = "0.0.4"
6
+ VERSION = "0.0.5"
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
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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-12 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
@@ -71,7 +71,7 @@ homepage: ''
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: {}
74
- post_install_message:
74
+ post_install_message:
75
75
  rdoc_options: []
76
76
  require_paths:
77
77
  - lib
@@ -86,8 +86,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.1.2
90
- signing_key:
89
+ rubygems_version: 3.1.4
90
+ signing_key:
91
91
  specification_version: 4
92
92
  summary: UserTesting's rubocop rules
93
93
  test_files: []