rubocop-inhouse 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdca00c7f87bf8812ab4b1ad1712febef23e38e33ae6db1eac757645630d26dc
4
- data.tar.gz: d2441827fac784e01f7e6008b79489f9639cc93950438de59b5d5ba011e30da4
3
+ metadata.gz: 3d2d75ce8dc45e146f3b44970f06b2a917c2f884865efde5f3dab13b43de00d3
4
+ data.tar.gz: 1a45484a3736ae3cdc1ef5f4f69d2f22484ba407835ef3897b307c5aaae4b2aa
5
5
  SHA512:
6
- metadata.gz: c3f896da97cd47869f1bdafc4ffab22e58cf4fda73a3200a386f7c82bda85d99a11ae127900546433d3ac169a1b092f50b93cfb863326537c6c7f70f17e465c3
7
- data.tar.gz: 79a1cf006f16631165e71390f3228ddf390445c709caf5f0b5dc8d8b00f87373f768b2a3579021a167577b513f03965e49f6db0709b5298a71566619f3883fc0
6
+ metadata.gz: 424f121f3b40fee2a4c089260921541a2f2bd1e0a91bd0e9a2d3baf9ca60b15f8a8072f75ea9620d3686e8cd462064c0629fc009f427a1b95e6070dc31ccfa72
7
+ data.tar.gz: 6a81c8cd282cc6d210690263df4241b1208513381ada7526ff0b26f371caa795ed2ab499d93f8e0fdde7b3e4b869e76daf16b21ece74d2254a598cbebfc16c4b
data/config/lint.yml CHANGED
@@ -47,6 +47,9 @@ Lint/EmptyInPattern:
47
47
  Lint/IncompatibleIoSelectWithFiberScheduler:
48
48
  Enabled: true
49
49
 
50
+ Lint/ItWithoutArgumentsInBlock:
51
+ Enabled: false
52
+
50
53
  Lint/LambdaWithoutLiteralBlock:
51
54
  Enabled: true
52
55
 
data/config/rails.yml CHANGED
@@ -1,10 +1,8 @@
1
- require:
2
- - rubocop-capybara
3
- - rubocop-factory_bot
4
- - rubocop-rspec_rails
5
-
6
1
  plugins:
7
2
  - rubocop-rails
3
+ - rubocop-factory_bot
4
+ - rubocop-capybara
5
+ - rubocop-rspec_rails
8
6
 
9
7
  inherit_from:
10
8
  - ./capybara.yml
@@ -128,7 +126,7 @@ Rails/OrderById:
128
126
 
129
127
  Rails/Output:
130
128
  Exclude:
131
- - "app/views/**/*.rb"
129
+ - "**/app/views/**/*.rb"
132
130
 
133
131
  Rails/Pluck:
134
132
  Enabled: true
data/config/style.yml CHANGED
@@ -259,7 +259,7 @@ Style/SingleLineDoEndBlock:
259
259
  Enabled: true
260
260
 
261
261
  Style/StaticClass:
262
- Enabled: true
262
+ Enabled: false
263
263
 
264
264
  Style/StringChars:
265
265
  Enabled: true
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Inhouse
5
- VERSION = "0.2.3"
5
+ VERSION = "0.2.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-inhouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nolan J Tait
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rubocop
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  - !ruby/object:Gem::Version
167
167
  version: '0'
168
168
  requirements: []
169
- rubygems_version: 3.6.2
169
+ rubygems_version: 3.6.7
170
170
  specification_version: 4
171
171
  summary: Rubocop configuration for InHouse projects
172
172
  test_files: []