rubocop-rails_config 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/rails.yml +3 -2
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ad8b2e4404ce618f82ebd7bb2a9a38530ef74dc77836e5013695dc4a42af4db
|
4
|
+
data.tar.gz: 1b605423e148659959f2f9322aea375f232fee0519936ad45ab0ed01ebc317ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17af8e7df949662bbe770d5a9cd68dc2fed00b71ad0bf1ff6f2aa07a555f65434e33aa4666e722cb5d1f545216c38824c7efaac133a3a9f82762e769a89d295b
|
7
|
+
data.tar.gz: 21e2b7ad59739763f1410989817a46e2c721dc494f71414a12473e813d57f33b25ba5423b30ae9f2d721814b5d58d189f54fb703834d02ee645b5ca4b9f2cec3
|
data/config/rails.yml
CHANGED
@@ -9,8 +9,6 @@ AllCops:
|
|
9
9
|
- 'actionpack/lib/action_dispatch/journey/parser.rb'
|
10
10
|
- 'railties/test/fixtures/tmp/**/*'
|
11
11
|
- 'node_modules/**/*'
|
12
|
-
# rubocop default exclude
|
13
|
-
- '.git/**/*'
|
14
12
|
# Additional exclude files by rubocop-rails_config
|
15
13
|
- 'bin/**/*'
|
16
14
|
- 'config/**/*'
|
@@ -196,6 +194,9 @@ Lint/StringConversionInInterpolation:
|
|
196
194
|
Lint/UriEscapeUnescape:
|
197
195
|
Enabled: true
|
198
196
|
|
197
|
+
Lint/UselessAssignment:
|
198
|
+
Enabled: true
|
199
|
+
|
199
200
|
Style/ParenthesesAroundCondition:
|
200
201
|
Enabled: true
|
201
202
|
|
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.
|
4
|
+
version: 0.4.1
|
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-
|
11
|
+
date: 2019-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -94,6 +94,20 @@ dependencies:
|
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rails
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '5.0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '5.0'
|
97
111
|
description: RuboCop configuration which has the same code style checking as official
|
98
112
|
Ruby on Rails
|
99
113
|
email: me@toshimaru.net
|