rubocop-rails_config 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rails.yml +1 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ca6f5c70bdc036960367f3222a6e74f413f21c3256fad12da77bfdbc6538231
4
- data.tar.gz: 38bbf8fcedfe1d64d403b42f53e8367b2dca4fa834201e80aebe4f73a13d18c7
3
+ metadata.gz: 140fd24a7f189ea8de0243dacc4cd23212c3f010613c67e37a0db9b198cfcf14
4
+ data.tar.gz: 3bf79b8840ad4d01cfce1cafb571c5c83f53199096bd8f6eb1b1120134bef3fa
5
5
  SHA512:
6
- metadata.gz: 3a4a672eabeab9b0e5395f9ffa031e14735cff44ac74763ee2011d8fac67b2874cadeee342f0768f2c55c9e072ae664833aa2441981a5ccf522afe71ac250b4c
7
- data.tar.gz: bd3e03d517a2db54e9d894a989f350d3b8e290162f85baf18cd927e083199044cdd9be31c9c25e422ed346da8b7546e77acaf5acd66d760d8e129c61e62a00d7
6
+ metadata.gz: 1a951a8f9d411c2a270e8ecf5140c46cc72c47c08fc89e591ec6c62ed8d1b64adf9d9a815d4777a29cda1c7f191ede90f36a97f73e7a0f001065b98ff7e15b2c
7
+ data.tar.gz: 53931dc5de905e93fab2f722f8222689ef2a5d7a1abc5080fd3590537fbe88143919c088dd7313f3eb097083bdc987a96cc44dd61d7784f3f49a43a2b5211a36
data/config/rails.yml CHANGED
@@ -8,6 +8,7 @@ AllCops:
8
8
  # to ignore them, so only the ones explicitly set in this file are enabled.
9
9
  DisabledByDefault: true
10
10
  Exclude:
11
+ - '**/tmp/**/*'
11
12
  - '**/templates/**/*'
12
13
  - '**/vendor/**/*'
13
14
  - 'actionpack/lib/action_dispatch/journey/parser.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rails_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-09-10 00:00:00.000000000 Z
12
+ date: 2019-10-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop