rubocop-config-umbrellio 0.49.1.0 → 0.49.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubocop.yml +13 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63a8e29dcb90d667437a4124643f82a3770030ca
4
- data.tar.gz: a2fc71a17848d3c3d25b9656d11f5487f0f69770
3
+ metadata.gz: 51c72715cfab8b6becde9f75f6bc0a1cc21b7752
4
+ data.tar.gz: e58e6e5045458286f3dfa5afd8c64663599dd822
5
5
  SHA512:
6
- metadata.gz: 72d7ae643721830f49730e7221ac87c07c029bd7556e7ada016bf9ed8287cef6a66c3db0575295963a44bba60c9f0625dcc51e2e35b5cc806250bbe97b7cb2fc
7
- data.tar.gz: ce47e67b863e95bb29e117f646ff1041f561e3d987a23112c4fb79b56c848411be73b905ae2da05e3d56ca322e5d7f1729d11ec088ca13e097137d6d32fb1336
6
+ metadata.gz: 855afea5e6f6db605e8c805c27af98a8d7523e6b9b5de7a3cb43a936a5f4f0ca3a02467e0f536feff9aedb8e45b7c99acb40c275722932dc73176375b34c0f0f
7
+ data.tar.gz: f1dce423ed60e7df6dc7f4183e87c56853f02694a6b970f2d9573cfcaf6c2e28fc7cca2feacd9c752ddc1207557d2ace8779ba66230e00dbef4a7a5ab94272d2
@@ -236,6 +236,19 @@ Style/SingleLineBlockParams:
236
236
  Style/StringLiteralsInInterpolation:
237
237
  Enabled: false
238
238
 
239
+ Style/SymbolArray:
240
+ # Be consistent
241
+ # Good, array of symbols expected
242
+ # :foo.in? &i[foo bar]
243
+ # Good, link_to receives array of generic objects
244
+ # link_to [:admin, :users]
245
+ # Good, if second is not a symbol array, first is not expected to be
246
+ # [
247
+ # [:foo, :bar]
248
+ # [:boo, :bar, baz: true]
249
+ # ]
250
+ Enabled: false
251
+
239
252
  Style/TrailingCommaInArguments:
240
253
  EnforcedStyleForMultiline: comma
241
254
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-config-umbrellio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.1.0
4
+ version: 0.49.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JelF
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-02 00:00:00.000000000 Z
11
+ date: 2017-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop