rubocop-rails_config 1.8.2 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/config/rails.yml +6 -0
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8f9dfa5e3a7d086bfb147c5cf4cafb8524bc7710b742ecf6dc9504c0268cab2
4
- data.tar.gz: 50686b3e54cadfcfdc97e671fb900e202ad227b7539b3bdf67317fe8b2da9fde
3
+ metadata.gz: 511dce7f8e4a5e237e7dbeba87a6f383bb9e5126ffc0bf63613018422eeaca14
4
+ data.tar.gz: 42d3cbe808639452246fa7f034fd8646f7c34795e931da58401aa812ec0ffa5f
5
5
  SHA512:
6
- metadata.gz: 78dfc6ade23c9ae8f9ad39c91f3327f63cd9c20374443880dce3cd8d0e876693bd4ce9382c50bf3db912fe8a38bab9122cae063a181af609daf45fdc3a05f40a
7
- data.tar.gz: 00423c6ad5452cc1f0f61a1d14b558250491b453dd6db0eddbde368e523bedaa5ef0d515bbb77dad48cb3c56f9b1d466f5d8bf6400ff6949feec7f68b513ed95
6
+ metadata.gz: 950a482e5844b96b4283995312ed230d34ad987cd47fc7235687aff31d1953eaf9c37d45e42e670cbb028a748cbfa61a44370f290893c45168ee5e1bbf6a4465
7
+ data.tar.gz: b0b9169af2e133e6c1eef5574e4dc16dfb40dd77d48a1fdc5e8aea23fb791eacf3d30b3ce6fd5d8b1f9960f509f09219213ed92bd07e0695fcc8861cbc072553
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018-2020 Toshimaru
3
+ Copyright (c) 2018-2022 Toshimaru
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
data/config/rails.yml CHANGED
@@ -161,6 +161,9 @@ Style/FrozenStringLiteralComment:
161
161
  - 'actionmailbox/db/migrate/**/*.rb'
162
162
  - 'actiontext/db/migrate/**/*.rb'
163
163
 
164
+ Style/MapToHash:
165
+ Enabled: true
166
+
164
167
  Style/RedundantFreeze:
165
168
  Enabled: true
166
169
 
@@ -304,5 +307,8 @@ Performance/DeletePrefix:
304
307
  Performance/DeleteSuffix:
305
308
  Enabled: true
306
309
 
310
+ Performance/OpenStruct:
311
+ Enabled: true
312
+
307
313
  Minitest/UnreachableAssertion:
308
314
  Enabled: true
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: 1.8.2
4
+ version: 1.9.1
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: 2022-02-10 00:00:00.000000000 Z
12
+ date: 2022-03-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '1.19'
20
+ version: 1.25.1
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: '1.19'
27
+ version: 1.25.1
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rubocop-ast
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubygems_version: 3.3.3
143
+ rubygems_version: 3.3.7
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: RuboCop configuration which has the same code style checking as official