rubocul 4.0.11 → 4.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +41 -37
- data/rubocul.gemspec +9 -9
- data/rubocul_rules_rspec.yml +5 -2
- metadata +32 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17af061b2e82f1e79686af7fb5dafe7cd6e814506062c35319b0a1d2c5383734
|
4
|
+
data.tar.gz: 87ca8e6f417cd114c9d8fcd9376508fa4f5fa18b82bcaf608ede1b8c03937087
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7d7ec7574cb5a9a1361655b54d6d27adf16234d9afd922d6bcf40e68eea9e9a48398276f45d73452d910a684f30f6333797344047ada79cc1238e5287dc8b8d
|
7
|
+
data.tar.gz: eafc274396e8595b1ae69dbbb82f494576ce80201b13edc23eddd2fa961ccc1d672d9b13d9e0444467a8fab3c60f51ff2266fdec6db237f1c944bb4aa4884208
|
data/Gemfile.lock
CHANGED
@@ -1,19 +1,20 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rubocul (4.0.
|
5
|
-
rubocop (~> 1.
|
6
|
-
rubocop-ast
|
7
|
-
rubocop-
|
8
|
-
rubocop-
|
9
|
-
rubocop-
|
10
|
-
rubocop-
|
11
|
-
rubocop-
|
4
|
+
rubocul (4.0.11)
|
5
|
+
rubocop (~> 1.62.1)
|
6
|
+
rubocop-ast (~> 1.31)
|
7
|
+
rubocop-capybara (~> 2.21)
|
8
|
+
rubocop-factory_bot (~> 2.26)
|
9
|
+
rubocop-graphql (~> 1.5)
|
10
|
+
rubocop-performance (~> 1.21)
|
11
|
+
rubocop-rails (~> 2.25)
|
12
|
+
rubocop-rspec (~> 2.28)
|
12
13
|
|
13
14
|
GEM
|
14
15
|
remote: https://rubygems.org/
|
15
16
|
specs:
|
16
|
-
activesupport (7.1.3.
|
17
|
+
activesupport (7.1.3.4)
|
17
18
|
base64
|
18
19
|
bigdecimal
|
19
20
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -25,27 +26,27 @@ GEM
|
|
25
26
|
tzinfo (~> 2.0)
|
26
27
|
ast (2.4.2)
|
27
28
|
base64 (0.2.0)
|
28
|
-
bigdecimal (3.1.
|
29
|
-
concurrent-ruby (1.
|
29
|
+
bigdecimal (3.1.8)
|
30
|
+
concurrent-ruby (1.3.3)
|
30
31
|
connection_pool (2.4.1)
|
31
|
-
drb (2.2.
|
32
|
-
|
33
|
-
i18n (1.14.1)
|
32
|
+
drb (2.2.1)
|
33
|
+
i18n (1.14.5)
|
34
34
|
concurrent-ruby (~> 1.0)
|
35
|
-
json (2.7.
|
35
|
+
json (2.7.2)
|
36
36
|
language_server-protocol (3.17.0.3)
|
37
|
-
minitest (5.
|
37
|
+
minitest (5.24.1)
|
38
38
|
mutex_m (0.2.0)
|
39
|
-
parallel (1.
|
40
|
-
parser (3.3.0
|
39
|
+
parallel (1.25.1)
|
40
|
+
parser (3.3.4.0)
|
41
41
|
ast (~> 2.4.1)
|
42
42
|
racc
|
43
|
-
racc (1.
|
44
|
-
rack (3.
|
43
|
+
racc (1.8.0)
|
44
|
+
rack (3.1.7)
|
45
45
|
rainbow (3.1.1)
|
46
|
-
regexp_parser (2.9.
|
47
|
-
rexml (3.2
|
48
|
-
|
46
|
+
regexp_parser (2.9.2)
|
47
|
+
rexml (3.3.2)
|
48
|
+
strscan
|
49
|
+
rubocop (1.62.1)
|
49
50
|
json (~> 2.3)
|
50
51
|
language_server-protocol (>= 3.17.0)
|
51
52
|
parallel (~> 1.10)
|
@@ -53,31 +54,34 @@ GEM
|
|
53
54
|
rainbow (>= 2.2.2, < 4.0)
|
54
55
|
regexp_parser (>= 1.8, < 3.0)
|
55
56
|
rexml (>= 3.2.5, < 4.0)
|
56
|
-
rubocop-ast (>= 1.
|
57
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
57
58
|
ruby-progressbar (~> 1.7)
|
58
59
|
unicode-display_width (>= 2.4.0, < 3.0)
|
59
|
-
rubocop-ast (1.
|
60
|
-
parser (>= 3.
|
61
|
-
rubocop-capybara (2.
|
60
|
+
rubocop-ast (1.31.3)
|
61
|
+
parser (>= 3.3.1.0)
|
62
|
+
rubocop-capybara (2.21.0)
|
62
63
|
rubocop (~> 1.41)
|
63
|
-
rubocop-factory_bot (2.
|
64
|
-
rubocop (~> 1.
|
65
|
-
rubocop-graphql (1.5.
|
66
|
-
rubocop (>=
|
67
|
-
rubocop-performance (1.
|
64
|
+
rubocop-factory_bot (2.26.1)
|
65
|
+
rubocop (~> 1.61)
|
66
|
+
rubocop-graphql (1.5.3)
|
67
|
+
rubocop (>= 1.50, < 2)
|
68
|
+
rubocop-performance (1.21.1)
|
68
69
|
rubocop (>= 1.48.1, < 2.0)
|
69
|
-
rubocop-ast (>= 1.
|
70
|
-
rubocop-rails (2.
|
70
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
71
|
+
rubocop-rails (2.25.1)
|
71
72
|
activesupport (>= 4.2.0)
|
72
73
|
rack (>= 1.1)
|
73
74
|
rubocop (>= 1.33.0, < 2.0)
|
74
|
-
rubocop-ast (>= 1.
|
75
|
-
rubocop-rspec (2.
|
75
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
76
|
+
rubocop-rspec (2.31.0)
|
76
77
|
rubocop (~> 1.40)
|
77
78
|
rubocop-capybara (~> 2.17)
|
78
79
|
rubocop-factory_bot (~> 2.22)
|
80
|
+
rubocop-rspec_rails (~> 2.28)
|
81
|
+
rubocop-rspec_rails (2.29.1)
|
82
|
+
rubocop (~> 1.61)
|
79
83
|
ruby-progressbar (1.13.0)
|
80
|
-
|
84
|
+
strscan (3.1.0)
|
81
85
|
tzinfo (2.0.6)
|
82
86
|
concurrent-ruby (~> 1.0)
|
83
87
|
unicode-display_width (2.5.0)
|
data/rubocul.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = 'rubocul'
|
5
|
-
spec.version = '4.0.
|
5
|
+
spec.version = '4.0.12'
|
6
6
|
spec.authors = ["Eric O'Hanlon", 'Ben Armintor', 'Carla Galarza']
|
7
7
|
|
8
8
|
spec.summary = 'A style configuration for Rubocop'
|
@@ -16,12 +16,12 @@ Gem::Specification.new do |spec|
|
|
16
16
|
# TODO: Add rspec as development dependency and enable tests
|
17
17
|
# spec.add_development_dependency 'rspec', '~> 3.12'
|
18
18
|
|
19
|
-
spec.add_dependency 'rubocop', '~> 1.
|
20
|
-
spec.add_dependency 'rubocop-ast'
|
21
|
-
spec.add_dependency 'rubocop-capybara'
|
22
|
-
spec.add_dependency 'rubocop-factory_bot'
|
23
|
-
spec.add_dependency 'rubocop-graphql'
|
24
|
-
spec.add_dependency 'rubocop-performance'
|
25
|
-
spec.add_dependency 'rubocop-rails'
|
26
|
-
spec.add_dependency 'rubocop-rspec'
|
19
|
+
spec.add_dependency 'rubocop', '~> 1.62.1'
|
20
|
+
spec.add_dependency 'rubocop-ast', '~> 1.31'
|
21
|
+
spec.add_dependency 'rubocop-capybara', '~> 2.21'
|
22
|
+
spec.add_dependency 'rubocop-factory_bot', '~> 2.26'
|
23
|
+
spec.add_dependency 'rubocop-graphql', '~> 1.5'
|
24
|
+
spec.add_dependency 'rubocop-performance', '~> 1.21'
|
25
|
+
spec.add_dependency 'rubocop-rails', '~> 2.25'
|
26
|
+
spec.add_dependency 'rubocop-rspec', '~> 2.28'
|
27
27
|
end
|
data/rubocul_rules_rspec.yml
CHANGED
@@ -2,16 +2,19 @@ require:
|
|
2
2
|
- rubocop-rspec
|
3
3
|
|
4
4
|
RSpec/ExampleLength:
|
5
|
-
Max:
|
5
|
+
Max: 15
|
6
6
|
|
7
7
|
RSpec/MessageSpies:
|
8
8
|
Enabled: false
|
9
9
|
|
10
10
|
RSpec/MultipleExpectations:
|
11
|
-
Max:
|
11
|
+
Max: 5
|
12
12
|
|
13
13
|
RSpec/MultipleMemoizedHelpers:
|
14
14
|
Enabled: false
|
15
15
|
|
16
|
+
RSpec/StubbedMock:
|
17
|
+
Enabled: false
|
18
|
+
|
16
19
|
RSpec/SubjectStub:
|
17
20
|
Enabled: false
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocul
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric O'Hanlon
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2024-
|
13
|
+
date: 2024-07-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -32,112 +32,112 @@ dependencies:
|
|
32
32
|
requirements:
|
33
33
|
- - "~>"
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version:
|
35
|
+
version: 1.62.1
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - "~>"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version:
|
42
|
+
version: 1.62.1
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: rubocop-ast
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - "
|
47
|
+
- - "~>"
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: '
|
49
|
+
version: '1.31'
|
50
50
|
type: :runtime
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
|
-
- - "
|
54
|
+
- - "~>"
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: '
|
56
|
+
version: '1.31'
|
57
57
|
- !ruby/object:Gem::Dependency
|
58
58
|
name: rubocop-capybara
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
|
-
- - "
|
61
|
+
- - "~>"
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: '
|
63
|
+
version: '2.21'
|
64
64
|
type: :runtime
|
65
65
|
prerelease: false
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
|
-
- - "
|
68
|
+
- - "~>"
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: '
|
70
|
+
version: '2.21'
|
71
71
|
- !ruby/object:Gem::Dependency
|
72
72
|
name: rubocop-factory_bot
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
|
-
- - "
|
75
|
+
- - "~>"
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: '
|
77
|
+
version: '2.26'
|
78
78
|
type: :runtime
|
79
79
|
prerelease: false
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
|
-
- - "
|
82
|
+
- - "~>"
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version: '
|
84
|
+
version: '2.26'
|
85
85
|
- !ruby/object:Gem::Dependency
|
86
86
|
name: rubocop-graphql
|
87
87
|
requirement: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- - "
|
89
|
+
- - "~>"
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: '
|
91
|
+
version: '1.5'
|
92
92
|
type: :runtime
|
93
93
|
prerelease: false
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
|
-
- - "
|
96
|
+
- - "~>"
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version: '
|
98
|
+
version: '1.5'
|
99
99
|
- !ruby/object:Gem::Dependency
|
100
100
|
name: rubocop-performance
|
101
101
|
requirement: !ruby/object:Gem::Requirement
|
102
102
|
requirements:
|
103
|
-
- - "
|
103
|
+
- - "~>"
|
104
104
|
- !ruby/object:Gem::Version
|
105
|
-
version: '
|
105
|
+
version: '1.21'
|
106
106
|
type: :runtime
|
107
107
|
prerelease: false
|
108
108
|
version_requirements: !ruby/object:Gem::Requirement
|
109
109
|
requirements:
|
110
|
-
- - "
|
110
|
+
- - "~>"
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
version: '
|
112
|
+
version: '1.21'
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
114
|
name: rubocop-rails
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
|
-
- - "
|
117
|
+
- - "~>"
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version: '
|
119
|
+
version: '2.25'
|
120
120
|
type: :runtime
|
121
121
|
prerelease: false
|
122
122
|
version_requirements: !ruby/object:Gem::Requirement
|
123
123
|
requirements:
|
124
|
-
- - "
|
124
|
+
- - "~>"
|
125
125
|
- !ruby/object:Gem::Version
|
126
|
-
version: '
|
126
|
+
version: '2.25'
|
127
127
|
- !ruby/object:Gem::Dependency
|
128
128
|
name: rubocop-rspec
|
129
129
|
requirement: !ruby/object:Gem::Requirement
|
130
130
|
requirements:
|
131
|
-
- - "
|
131
|
+
- - "~>"
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version: '
|
133
|
+
version: '2.28'
|
134
134
|
type: :runtime
|
135
135
|
prerelease: false
|
136
136
|
version_requirements: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
|
-
- - "
|
138
|
+
- - "~>"
|
139
139
|
- !ruby/object:Gem::Version
|
140
|
-
version: '
|
140
|
+
version: '2.28'
|
141
141
|
description: Recommended Rubocop configuration for Ruby projects created by the Columbia
|
142
142
|
University Libraries
|
143
143
|
email:
|