rubocop-rails_config 0.2.2 → 0.2.3

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/config/rails.yml +6 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e23d62464a81c05541359fdbef3d9205f4aa7270
4
- data.tar.gz: dca12361cf655d9faedc4fc8d398d076bb9dcacb
3
+ metadata.gz: e7ed231e662df207aed3d0e7d65edad879d37b22
4
+ data.tar.gz: 4785616bfb143e68830e4a6810db341a138afcd2
5
5
  SHA512:
6
- metadata.gz: 7901e0ebfbb1f4f74b5481c8e044c2f693f71a31a8ee254f17b4ce4d1e94093d6e6e7a640681a29665c28a3fe14baaf6ea922e71b1141c4fc62ff83174343b76
7
- data.tar.gz: 41a44003abbad93538f3fd45273b99ef1f68bfc141098efa081b1830ec307360c314b8b60d5c9415b06c37148befd02c9dcdbfde54a42d18c0a6997be44c8505
6
+ metadata.gz: 2416c178415f0a8e33771de9446cbb43f8a2e9c8a2ffa2d86872b99f31a82e11443e2d3f2e7890f874500ad8711ab78d13d72a4d8614332d95423fe1b0a89492
7
+ data.tar.gz: b578f26018b2c5732fe55aedccc581a75d03ad71a8361cb026a213a4e7dbfbbee8a40998ee105360b795f563644a02a351d9c3ea82195459b134937a1e3eef36
@@ -173,6 +173,12 @@ Lint/RequireParentheses:
173
173
  Lint/StringConversionInInterpolation:
174
174
  Enabled: true
175
175
 
176
+ Lint/UriEscapeUnescape:
177
+ Enabled: true
178
+
179
+ Style/ParenthesesAroundCondition:
180
+ Enabled: true
181
+
176
182
  Style/RedundantReturn:
177
183
  Enabled: true
178
184
  AllowMultipleReturnValues: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rails_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-30 00:00:00.000000000 Z
11
+ date: 2018-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop