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.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/config/rails.yml +6 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 511dce7f8e4a5e237e7dbeba87a6f383bb9e5126ffc0bf63613018422eeaca14
|
4
|
+
data.tar.gz: 42d3cbe808639452246fa7f034fd8646f7c34795e931da58401aa812ec0ffa5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-
|
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.
|
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-
|
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:
|
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:
|
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.
|
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
|