rubocop-rails_config 0.4.2 → 0.4.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 +3 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c14b604db694c216b9b8236bf829a2de4f5fc8e241b32aa763bc6a3808a75a92
4
- data.tar.gz: 8cc68af8ff170cc58705916900e8ab869db70f432054cf1a5b080d37f79498da
3
+ metadata.gz: 73ef38d51a171b723a50c673154287e99082cae2f20ef6c35f36dc28fdb98c62
4
+ data.tar.gz: 5867157a4fd46b301cf85cdc25f7275cb22a02f7fd579f743aad88d5ef46df0f
5
5
  SHA512:
6
- metadata.gz: 5d34a6aedad133397d9edd065e2369efe569520cc1c5834a0797b38c73f1f0a5f07d8954eba1591dd035310411703d0f3c5d3705ffdfa9f63b75aa3b542f0fe6
7
- data.tar.gz: aba44a08320c4e5ca6ba5041e86774b591b384ec93d7bb586474d3f84ccc3da28315f11485f09d2dda8c4e1351af8aa197fa7af403ccd22be90f9d2aca1d7c76
6
+ metadata.gz: d1fce74936a5f0d6f3627b211a870db1add346430d08518b2f9a78adfae1f354c774575923de9663b1c6be59cc04ccb773f51cf2f22702c4a21950bc5807d33c
7
+ data.tar.gz: 60370fc1ccac50895976c3889d6268660449ec8dc681a02436d809dc77ed0ab5ff6887cc37aa91404124a3c50569a281ff352b64a4cbfd904449bb4e650f6b6b
data/config/rails.yml CHANGED
@@ -181,6 +181,9 @@ Layout/TrailingWhitespace:
181
181
  Style/UnneededPercentQ:
182
182
  Enabled: true
183
183
 
184
+ Lint/ErbNewArguments:
185
+ Enabled: true
186
+
184
187
  # Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
185
188
  Lint/RequireParentheses:
186
189
  Enabled: 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.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-14 00:00:00.000000000 Z
11
+ date: 2019-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop