rubocop-inhouse 0.1.6 → 0.1.8
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
- data/config/rspec.yml +0 -5
- data/config/style.yml +4 -0
- data/lib/rubocop/inhouse/version.rb +1 -1
- metadata +31 -4
- data/lib/rubocop-inhouse-rails.rb +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 874a0aa1b66e253256357908b57673b8656451f5b7e6c04db26fe8fff27d92a2
|
4
|
+
data.tar.gz: 12f9db69d12eda04234603042a8420699d76580dec09cc5fd87f1d92571d0d6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c68c7d2fb6b92c4f523f0f2b91582f1ffcbefbb52219ca8017e0acf4039d42b5c71abd518fcdbfff1c116b9a967f9fd207be032537cb7c717abe1dbcf7131a0
|
7
|
+
data.tar.gz: f9dd32c19e0c5d33016eee61023a70bc343ec836275d0d324bfd896ef9b5829491762dd9c975553a76220d09d2141007dcab5bc2165b5bbdcc9218e33b6ff61a
|
data/config/rails.yml
CHANGED
@@ -43,7 +43,7 @@ Rails/DangerousColumnNames:
|
|
43
43
|
Enabled: true
|
44
44
|
|
45
45
|
Rails/DeprecatedActiveModelErrorsMethods:
|
46
|
-
Enabled:
|
46
|
+
Enabled: false
|
47
47
|
|
48
48
|
Rails/DotSeparatedKeys:
|
49
49
|
Enabled: true
|
@@ -159,8 +159,9 @@ Rails/SaveBang:
|
|
159
159
|
Enabled: true
|
160
160
|
AllowImplicitReturn: false
|
161
161
|
Exclude:
|
162
|
-
- "spec
|
162
|
+
- "spec/**/*.rb"
|
163
163
|
- "config/**/*.rb"
|
164
|
+
- "lib/**/*.rb"
|
164
165
|
|
165
166
|
Rails/ShortI18n:
|
166
167
|
Enabled: true
|
data/config/rspec.yml
CHANGED
data/config/style.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-inhouse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nolan J Tait
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '2.1'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rubocop-factory_bot
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '2.2'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '2.2'
|
41
55
|
- !ruby/object:Gem::Dependency
|
42
56
|
name: rubocop-performance
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -94,6 +108,20 @@ dependencies:
|
|
94
108
|
- - ">="
|
95
109
|
- !ruby/object:Gem::Version
|
96
110
|
version: '2.2'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: rubocop-rspec_rails
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - ">="
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '2.2'
|
118
|
+
type: :runtime
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - ">="
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '2.2'
|
97
125
|
description: This is the rubocop configuration we use at inhouse.work for all our
|
98
126
|
projects
|
99
127
|
email:
|
@@ -114,7 +142,6 @@ files:
|
|
114
142
|
- config/rails.yml
|
115
143
|
- config/rspec.yml
|
116
144
|
- config/style.yml
|
117
|
-
- lib/rubocop-inhouse-rails.rb
|
118
145
|
- lib/rubocop-inhouse.rb
|
119
146
|
- lib/rubocop/inhouse.rb
|
120
147
|
- lib/rubocop/inhouse/version.rb
|
@@ -141,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
168
|
- !ruby/object:Gem::Version
|
142
169
|
version: '0'
|
143
170
|
requirements: []
|
144
|
-
rubygems_version: 3.5.
|
171
|
+
rubygems_version: 3.5.11
|
145
172
|
signing_key:
|
146
173
|
specification_version: 4
|
147
174
|
summary: Rubocop configuration for InHouse projects
|