ruboconf 1.18.0 → 1.19.0
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 +4 -4
- data/.tool-versions +1 -1
- data/Gemfile.lock +17 -17
- data/cops/layout.yml +3 -0
- data/cops/style.yml +6 -0
- data/ruboconf.gemspec +3 -3
- metadata +7 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9ba036920ecba63f05b20718b6a355e546deb1a44b108f2306f4e5c91d298b4
|
|
4
|
+
data.tar.gz: b94c1a5077cfb9dacb48eef1f4f5df3dc0d62f5044157b9ded49add1c96d7312
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fad8668d1112864e55863af06f36909e25d9ce0c2a7aa2660eacc7af6625874f442f1cc032dd109e2cf9c9e6a2c3f299457bf7494b561feff83d41c325616044
|
|
7
|
+
data.tar.gz: e233ac5ce22e33d8dc8be581a1247fd75b7b1c7e867da027bced66cd22bd92f9d142574d544876c9e3937bbe5efd9de771669013e1a5043790019b8352f2af77
|
data/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby
|
|
1
|
+
ruby 4.0.0
|
data/Gemfile.lock
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ruboconf (1.
|
|
5
|
-
rubocop (~> 1.
|
|
6
|
-
rubocop-performance (~> 1.
|
|
4
|
+
ruboconf (1.19.0)
|
|
5
|
+
rubocop (~> 1.82.1)
|
|
6
|
+
rubocop-performance (~> 1.26.1)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
11
|
ast (2.4.3)
|
|
12
|
-
json (2.
|
|
12
|
+
json (2.18.0)
|
|
13
13
|
language_server-protocol (3.17.0.5)
|
|
14
14
|
lint_roller (1.1.0)
|
|
15
15
|
parallel (1.27.0)
|
|
16
|
-
parser (3.3.
|
|
16
|
+
parser (3.3.10.0)
|
|
17
17
|
ast (~> 2.4.1)
|
|
18
18
|
racc
|
|
19
|
-
prism (1.
|
|
19
|
+
prism (1.7.0)
|
|
20
20
|
racc (1.8.1)
|
|
21
21
|
rainbow (3.1.1)
|
|
22
|
-
rake (13.
|
|
23
|
-
regexp_parser (2.
|
|
24
|
-
rubocop (1.
|
|
22
|
+
rake (13.3.1)
|
|
23
|
+
regexp_parser (2.11.3)
|
|
24
|
+
rubocop (1.82.1)
|
|
25
25
|
json (~> 2.3)
|
|
26
26
|
language_server-protocol (~> 3.17.0.2)
|
|
27
27
|
lint_roller (~> 1.1.0)
|
|
@@ -29,20 +29,20 @@ GEM
|
|
|
29
29
|
parser (>= 3.3.0.2)
|
|
30
30
|
rainbow (>= 2.2.2, < 4.0)
|
|
31
31
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
32
|
-
rubocop-ast (>= 1.
|
|
32
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
33
33
|
ruby-progressbar (~> 1.7)
|
|
34
34
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
35
|
-
rubocop-ast (1.
|
|
35
|
+
rubocop-ast (1.49.0)
|
|
36
36
|
parser (>= 3.3.7.2)
|
|
37
|
-
prism (~> 1.
|
|
38
|
-
rubocop-performance (1.
|
|
37
|
+
prism (~> 1.7)
|
|
38
|
+
rubocop-performance (1.26.1)
|
|
39
39
|
lint_roller (~> 1.1)
|
|
40
40
|
rubocop (>= 1.75.0, < 2.0)
|
|
41
|
-
rubocop-ast (>= 1.
|
|
41
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
42
42
|
ruby-progressbar (1.13.0)
|
|
43
|
-
unicode-display_width (3.
|
|
44
|
-
unicode-emoji (~> 4.
|
|
45
|
-
unicode-emoji (4.0
|
|
43
|
+
unicode-display_width (3.2.0)
|
|
44
|
+
unicode-emoji (~> 4.1)
|
|
45
|
+
unicode-emoji (4.2.0)
|
|
46
46
|
|
|
47
47
|
PLATFORMS
|
|
48
48
|
x86_64-linux
|
data/cops/layout.yml
CHANGED
data/cops/style.yml
CHANGED
|
@@ -7,6 +7,9 @@ Style/ArgumentsForwarding:
|
|
|
7
7
|
Style/ArrayIntersect:
|
|
8
8
|
Enabled: true
|
|
9
9
|
|
|
10
|
+
Style/ArrayIntersectWithSingleElement:
|
|
11
|
+
Enabled: true
|
|
12
|
+
|
|
10
13
|
Style/BitwisePredicate:
|
|
11
14
|
Enabled: true
|
|
12
15
|
|
|
@@ -149,6 +152,9 @@ Style/MapToSet:
|
|
|
149
152
|
Style/MinMaxComparison:
|
|
150
153
|
Enabled: true
|
|
151
154
|
|
|
155
|
+
Style/ModuleMemberExistenceCheck:
|
|
156
|
+
Enabled: true
|
|
157
|
+
|
|
152
158
|
Style/MultilineInPatternThen:
|
|
153
159
|
Enabled: true
|
|
154
160
|
|
data/ruboconf.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "ruboconf"
|
|
5
|
-
spec.version = "1.
|
|
5
|
+
spec.version = "1.19.0"
|
|
6
6
|
spec.authors = ["Richard Böhme"]
|
|
7
7
|
spec.email = ["richard.boehme1999@gmail.com"]
|
|
8
8
|
|
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
end
|
|
23
23
|
end
|
|
24
24
|
|
|
25
|
-
spec.add_dependency "rubocop", "~> 1.
|
|
26
|
-
spec.add_dependency "rubocop-performance", "~> 1.
|
|
25
|
+
spec.add_dependency "rubocop", "~> 1.82.1"
|
|
26
|
+
spec.add_dependency "rubocop-performance", "~> 1.26.1"
|
|
27
27
|
spec.metadata["rubygems_mfa_required"] = "true"
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruboconf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Böhme
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rubocop
|
|
@@ -16,29 +15,28 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
18
|
+
version: 1.82.1
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
25
|
+
version: 1.82.1
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: rubocop-performance
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
30
29
|
requirements:
|
|
31
30
|
- - "~>"
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.
|
|
32
|
+
version: 1.26.1
|
|
34
33
|
type: :runtime
|
|
35
34
|
prerelease: false
|
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
36
|
requirements:
|
|
38
37
|
- - "~>"
|
|
39
38
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.
|
|
41
|
-
description:
|
|
39
|
+
version: 1.26.1
|
|
42
40
|
email:
|
|
43
41
|
- richard.boehme1999@gmail.com
|
|
44
42
|
executables: []
|
|
@@ -71,7 +69,6 @@ metadata:
|
|
|
71
69
|
homepage_uri: https://github.com/richardboehme/ruboconf
|
|
72
70
|
source_code_uri: https://github.com/richardboehme/ruboconf
|
|
73
71
|
rubygems_mfa_required: 'true'
|
|
74
|
-
post_install_message:
|
|
75
72
|
rdoc_options: []
|
|
76
73
|
require_paths:
|
|
77
74
|
- lib
|
|
@@ -86,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
83
|
- !ruby/object:Gem::Version
|
|
87
84
|
version: '0'
|
|
88
85
|
requirements: []
|
|
89
|
-
rubygems_version:
|
|
90
|
-
signing_key:
|
|
86
|
+
rubygems_version: 4.0.3
|
|
91
87
|
specification_version: 4
|
|
92
88
|
summary: Opinionated Rubocop configuration for personal projects.
|
|
93
89
|
test_files: []
|