rubocul 4.0.6 → 4.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b89cbab5d1d4c96b45aff3491902bf0bea9fe2d33589e53a845e4ef669a86d4f
4
- data.tar.gz: 9efb87618b6b4ac256b682fb3632526784c9aa0fd9111552925019780548babc
3
+ metadata.gz: 4cfb7938b2243b1e4adc9c432f668be03b81f24d84024807403331c2f68aa0c5
4
+ data.tar.gz: 2bd9b7b553c00d79400783cf852374a6580810b3dc4eb507fecbfc72b28b1b7d
5
5
  SHA512:
6
- metadata.gz: 04d26d7cdf7a72489a189f63c62cdac8d99bd9424e8a521408b84b200e59fb32c17eec8f097566450f28472b1687b92dc41b6fe243b78e062164dbd83caff858
7
- data.tar.gz: 1b379821e6b4a1878084b031790c60a2fa0beeca566ff7b8be3a6e4574b6870599b3b553c761b2abda962148e414ce5c1398232f357c606bca45c5de3682bb3c
6
+ metadata.gz: 9c1a54ae2fe101a3ffbd61a37e6d1e546b0424ba85af52edee25285a46301ec928a7fcbd5e168673264d575ae95de465e3eb59559f88c16ed55554bb9c7b4751
7
+ data.tar.gz: b480f78d5deac4561deed86c931668f1eb796d972419e4ad52d9fd32ff16c5f5f60f46220a8320c3b07dd33aa75c9144b63cef07616d04d060383c2584440ada
data/Gemfile.lock ADDED
@@ -0,0 +1,93 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rubocul (4.0.7)
5
+ rubocop (~> 1.26)
6
+ rubocop-ast
7
+ rubocop-factory_bot
8
+ rubocop-graphql
9
+ rubocop-performance
10
+ rubocop-rails
11
+ rubocop-rspec
12
+
13
+ GEM
14
+ remote: https://rubygems.org/
15
+ specs:
16
+ activesupport (7.1.2)
17
+ base64
18
+ bigdecimal
19
+ concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ connection_pool (>= 2.2.5)
21
+ drb
22
+ i18n (>= 1.6, < 2)
23
+ minitest (>= 5.1)
24
+ mutex_m
25
+ tzinfo (~> 2.0)
26
+ ast (2.4.2)
27
+ base64 (0.2.0)
28
+ bigdecimal (3.1.5)
29
+ concurrent-ruby (1.2.2)
30
+ connection_pool (2.4.1)
31
+ drb (2.2.0)
32
+ ruby2_keywords
33
+ i18n (1.14.1)
34
+ concurrent-ruby (~> 1.0)
35
+ json (2.7.1)
36
+ language_server-protocol (3.17.0.3)
37
+ minitest (5.20.0)
38
+ mutex_m (0.2.0)
39
+ parallel (1.24.0)
40
+ parser (3.2.2.4)
41
+ ast (~> 2.4.1)
42
+ racc
43
+ racc (1.7.3)
44
+ rack (3.0.8)
45
+ rainbow (3.1.1)
46
+ regexp_parser (2.8.3)
47
+ rexml (3.2.6)
48
+ rubocop (1.59.0)
49
+ json (~> 2.3)
50
+ language_server-protocol (>= 3.17.0)
51
+ parallel (~> 1.10)
52
+ parser (>= 3.2.2.4)
53
+ rainbow (>= 2.2.2, < 4.0)
54
+ regexp_parser (>= 1.8, < 3.0)
55
+ rexml (>= 3.2.5, < 4.0)
56
+ rubocop-ast (>= 1.30.0, < 2.0)
57
+ ruby-progressbar (~> 1.7)
58
+ unicode-display_width (>= 2.4.0, < 3.0)
59
+ rubocop-ast (1.30.0)
60
+ parser (>= 3.2.1.0)
61
+ rubocop-capybara (2.19.0)
62
+ rubocop (~> 1.41)
63
+ rubocop-factory_bot (2.24.0)
64
+ rubocop (~> 1.33)
65
+ rubocop-graphql (1.1.1)
66
+ rubocop (>= 0.87, < 2)
67
+ rubocop-performance (1.20.0)
68
+ rubocop (>= 1.48.1, < 2.0)
69
+ rubocop-ast (>= 1.30.0, < 2.0)
70
+ rubocop-rails (2.23.0)
71
+ activesupport (>= 4.2.0)
72
+ rack (>= 1.1)
73
+ rubocop (>= 1.33.0, < 2.0)
74
+ rubocop-ast (>= 1.30.0, < 2.0)
75
+ rubocop-rspec (2.25.0)
76
+ rubocop (~> 1.40)
77
+ rubocop-capybara (~> 2.17)
78
+ rubocop-factory_bot (~> 2.22)
79
+ ruby-progressbar (1.13.0)
80
+ ruby2_keywords (0.0.5)
81
+ tzinfo (2.0.6)
82
+ concurrent-ruby (~> 1.0)
83
+ unicode-display_width (2.5.0)
84
+
85
+ PLATFORMS
86
+ ruby
87
+
88
+ DEPENDENCIES
89
+ bundler (~> 2.0)
90
+ rubocul!
91
+
92
+ BUNDLED WITH
93
+ 2.1.4
data/rubocul.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'rubocul'
3
- spec.version = '4.0.6'
3
+ spec.version = '4.0.8'
4
4
  spec.authors = ["Eric O'Hanlon", "Ben Armintor", "Carla Galarza"]
5
5
 
6
6
  spec.summary = 'A style configuration for Rubocop'
@@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
11
11
  spec.require_paths = ['lib']
12
12
 
13
13
  spec.add_development_dependency 'bundler', '~> 2.0'
14
+ # TODO: Add rspec and enable tests
15
+ #spec.add_development_dependency 'rspec', '~> 3.12'
14
16
 
15
17
  spec.add_dependency 'rubocop', '~> 1.26'
16
18
  spec.add_dependency 'rubocop-ast'
@@ -18,4 +20,5 @@ Gem::Specification.new do |spec|
18
20
  spec.add_dependency 'rubocop-rails'
19
21
  spec.add_dependency 'rubocop-rspec'
20
22
  spec.add_dependency 'rubocop-graphql'
23
+ spec.add_dependency 'rubocop-factory_bot'
21
24
  end
data/rubocul_default.yml CHANGED
@@ -3,6 +3,7 @@ require:
3
3
 
4
4
  inherit_from:
5
5
  - rubocul_rules_bundler.yml
6
+ - rubocul_rules_factory_bot.yml
6
7
  - rubocul_rules_performance.yml
7
8
  - rubocul_rules_rails.yml
8
9
  - rubocul_rules_rspec.yml
@@ -40,6 +41,9 @@ Metrics/BlockLength:
40
41
  - 'namespace' # rake
41
42
  - 'task' # rake
42
43
 
44
+ RSpec/NestedGroups:
45
+ Max: 5
46
+
43
47
  # Documentation is great, but we're not currently forcing people to add a top level comment
44
48
  # to all classes and modules.
45
49
  Style/Documentation:
@@ -0,0 +1,2 @@
1
+ require:
2
+ - rubocop-factory_bot
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.6
4
+ version: 4.0.8
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: 2022-10-18 00:00:00.000000000 Z
13
+ date: 2023-12-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -110,6 +110,20 @@ dependencies:
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
+ - !ruby/object:Gem::Dependency
114
+ name: rubocop-factory_bot
115
+ requirement: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - ">="
118
+ - !ruby/object:Gem::Version
119
+ version: '0'
120
+ type: :runtime
121
+ prerelease: false
122
+ version_requirements: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
113
127
  description: Recommended Rubocop configuration for Ruby projects created by the Columbia
114
128
  University Libraries
115
129
  email:
@@ -119,6 +133,7 @@ extra_rdoc_files: []
119
133
  files:
120
134
  - ".gitignore"
121
135
  - Gemfile
136
+ - Gemfile.lock
122
137
  - LICENSE
123
138
  - README.md
124
139
  - Rakefile
@@ -128,6 +143,7 @@ files:
128
143
  - rubocul.gemspec
129
144
  - rubocul_default.yml
130
145
  - rubocul_rules_bundler.yml
146
+ - rubocul_rules_factory_bot.yml
131
147
  - rubocul_rules_graphql.yml
132
148
  - rubocul_rules_performance.yml
133
149
  - rubocul_rules_rails.yml
@@ -152,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
168
  - !ruby/object:Gem::Version
153
169
  version: '0'
154
170
  requirements: []
155
- rubygems_version: 3.2.32
171
+ rubygems_version: 3.1.6
156
172
  signing_key:
157
173
  specification_version: 4
158
174
  summary: A style configuration for Rubocop