dashbrains-rubocop-config 1.0.4 → 1.0.5
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/.github/workflows/automerge.yml +1 -1
- data/.gitignore +3 -0
- data/.ruby-version +1 -1
- data/.tool-versions +1 -1
- data/CHANGELOG.md +7 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +30 -15
- data/dashbrains-rubocop-config.gemspec +2 -1
- data/lib/version.rb +1 -1
- data/rubocop.yml +29 -0
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e95cd251dba0013167355888d4d00749ea60e590d82bf342d7428aada0aeb35a
|
4
|
+
data.tar.gz: b6e47a74d49e322da5ce0117f4bcac64de3a097fb83216480d0342d33688a89b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb9f38d3a1783ec442b643e492d282038a01a91b513e6a89efc791846b3462d37f97a2b2c51f6d84883557cedf57d37bd91f7dd88bfe20c2241f877ab6d89364
|
7
|
+
data.tar.gz: 1c942d91a9bc033cc6fe227858a921f30c8d6ddbe88e382b82bd92f87c01cbd883ad31563b4c1ba43ae91bd2b33fb7217c8c5d49c0fd0d1600b3fb2414783272
|
data/.gitignore
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.5
|
data/.tool-versions
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby 3.3.
|
1
|
+
ruby 3.3.5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.1.0](https://github.com/DashBrains/rubocop-config/compare/v1.0.4...v1.1.0) (2024-10-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* add standard ([4331be4](https://github.com/DashBrains/rubocop-config/commit/4331be4d46d6352969c33d77a3f059914de26c0f))
|
9
|
+
|
3
10
|
## [1.0.4](https://github.com/DashBrains/rubocop-config/compare/v1.0.3...v1.0.4) (2024-08-31)
|
4
11
|
|
5
12
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
dashbrains-rubocop-config (1.0.
|
4
|
+
dashbrains-rubocop-config (1.0.5)
|
5
5
|
rubocop
|
6
6
|
rubocop-capybara
|
7
7
|
rubocop-factory_bot
|
@@ -12,11 +12,12 @@ PATH
|
|
12
12
|
rubocop-rspec
|
13
13
|
rubocop-rspec_rails
|
14
14
|
rubocop-sorbet
|
15
|
+
standard
|
15
16
|
|
16
17
|
GEM
|
17
18
|
remote: https://rubygems.org/
|
18
19
|
specs:
|
19
|
-
activesupport (7.2.1)
|
20
|
+
activesupport (7.2.1.1)
|
20
21
|
base64
|
21
22
|
bigdecimal
|
22
23
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
@@ -36,31 +37,32 @@ GEM
|
|
36
37
|
concurrent-ruby (1.3.4)
|
37
38
|
connection_pool (2.4.1)
|
38
39
|
drb (2.2.1)
|
39
|
-
i18n (1.14.
|
40
|
+
i18n (1.14.6)
|
40
41
|
concurrent-ruby (~> 1.0)
|
41
42
|
json (2.7.2)
|
42
43
|
language_server-protocol (3.17.0.3)
|
43
|
-
|
44
|
+
lint_roller (1.1.0)
|
45
|
+
logger (1.6.1)
|
44
46
|
minitest (5.25.1)
|
45
47
|
parallel (1.26.3)
|
46
|
-
parser (3.3.
|
48
|
+
parser (3.3.5.0)
|
47
49
|
ast (~> 2.4.1)
|
48
50
|
racc
|
49
51
|
racc (1.8.1)
|
50
|
-
rack (3.1.
|
52
|
+
rack (3.1.8)
|
51
53
|
rainbow (3.1.1)
|
52
54
|
regexp_parser (2.9.2)
|
53
|
-
rubocop (1.66.
|
55
|
+
rubocop (1.66.1)
|
54
56
|
json (~> 2.3)
|
55
57
|
language_server-protocol (>= 3.17.0)
|
56
58
|
parallel (~> 1.10)
|
57
59
|
parser (>= 3.3.0.2)
|
58
60
|
rainbow (>= 2.2.2, < 4.0)
|
59
61
|
regexp_parser (>= 2.4, < 3.0)
|
60
|
-
rubocop-ast (>= 1.32.
|
62
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
61
63
|
ruby-progressbar (~> 1.7)
|
62
64
|
unicode-display_width (>= 2.4.0, < 3.0)
|
63
|
-
rubocop-ast (1.32.
|
65
|
+
rubocop-ast (1.32.3)
|
64
66
|
parser (>= 3.3.1.0)
|
65
67
|
rubocop-capybara (2.21.0)
|
66
68
|
rubocop (~> 1.41)
|
@@ -71,27 +73,39 @@ GEM
|
|
71
73
|
rubocop-minitest (0.36.0)
|
72
74
|
rubocop (>= 1.61, < 2.0)
|
73
75
|
rubocop-ast (>= 1.31.1, < 2.0)
|
74
|
-
rubocop-performance (1.
|
76
|
+
rubocop-performance (1.22.1)
|
75
77
|
rubocop (>= 1.48.1, < 2.0)
|
76
78
|
rubocop-ast (>= 1.31.1, < 2.0)
|
77
|
-
rubocop-rails (2.26.
|
79
|
+
rubocop-rails (2.26.2)
|
78
80
|
activesupport (>= 4.2.0)
|
79
81
|
rack (>= 1.1)
|
80
82
|
rubocop (>= 1.52.0, < 2.0)
|
81
83
|
rubocop-ast (>= 1.31.1, < 2.0)
|
82
|
-
rubocop-rspec (3.0
|
84
|
+
rubocop-rspec (3.1.0)
|
83
85
|
rubocop (~> 1.61)
|
84
86
|
rubocop-rspec_rails (2.30.0)
|
85
87
|
rubocop (~> 1.61)
|
86
88
|
rubocop-rspec (~> 3, >= 3.0.1)
|
87
|
-
rubocop-sorbet (0.8.
|
89
|
+
rubocop-sorbet (0.8.6)
|
88
90
|
rubocop (>= 1)
|
89
91
|
ruby-progressbar (1.13.0)
|
90
92
|
securerandom (0.3.1)
|
93
|
+
standard (1.41.1)
|
94
|
+
language_server-protocol (~> 3.17.0.2)
|
95
|
+
lint_roller (~> 1.0)
|
96
|
+
rubocop (~> 1.66.0)
|
97
|
+
standard-custom (~> 1.0.0)
|
98
|
+
standard-performance (~> 1.5)
|
99
|
+
standard-custom (1.0.2)
|
100
|
+
lint_roller (~> 1.0)
|
101
|
+
rubocop (~> 1.50)
|
102
|
+
standard-performance (1.5.0)
|
103
|
+
lint_roller (~> 1.1)
|
104
|
+
rubocop-performance (~> 1.22.0)
|
91
105
|
thor (1.3.2)
|
92
106
|
tzinfo (2.0.6)
|
93
107
|
concurrent-ruby (~> 1.0)
|
94
|
-
unicode-display_width (2.
|
108
|
+
unicode-display_width (2.6.0)
|
95
109
|
|
96
110
|
PLATFORMS
|
97
111
|
arm64-darwin-22
|
@@ -114,6 +128,7 @@ DEPENDENCIES
|
|
114
128
|
rubocop-rspec
|
115
129
|
rubocop-rspec_rails
|
116
130
|
rubocop-sorbet
|
131
|
+
standard
|
117
132
|
|
118
133
|
BUNDLED WITH
|
119
|
-
2.5.
|
134
|
+
2.5.22
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
25
25
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
26
26
|
`git ls-files -z`.split("\x0")
|
27
|
-
|
27
|
+
.reject { |f| f.match(%r{^(test|spec|features)/}) }
|
28
28
|
end
|
29
29
|
spec.require_paths = ['lib']
|
30
30
|
|
@@ -38,4 +38,5 @@ Gem::Specification.new do |spec|
|
|
38
38
|
spec.add_dependency 'rubocop-rspec'
|
39
39
|
spec.add_dependency 'rubocop-rspec_rails'
|
40
40
|
spec.add_dependency 'rubocop-sorbet'
|
41
|
+
spec.add_dependency 'standard'
|
41
42
|
end
|
data/lib/version.rb
CHANGED
data/rubocop.yml
CHANGED
@@ -8,6 +8,10 @@ require:
|
|
8
8
|
- rubocop-factory_bot
|
9
9
|
- rubocop-capybara
|
10
10
|
- rubocop-rspec_rails
|
11
|
+
- standard
|
12
|
+
|
13
|
+
inherit_gem:
|
14
|
+
standard: config/base.yml
|
11
15
|
|
12
16
|
AllCops:
|
13
17
|
DisplayCopNames: true
|
@@ -83,3 +87,28 @@ Metrics/ParameterLists:
|
|
83
87
|
|
84
88
|
Gemspec/RequiredRubyVersion:
|
85
89
|
Enabled: false
|
90
|
+
|
91
|
+
Naming/BlockForwarding:
|
92
|
+
EnforcedStyle: explicit
|
93
|
+
|
94
|
+
Layout/SpaceInsideHashLiteralBraces:
|
95
|
+
EnforcedStyle: space
|
96
|
+
|
97
|
+
Style/ArgumentsForwarding:
|
98
|
+
UseAnonymousForwarding: false
|
99
|
+
|
100
|
+
Layout/ExtraSpacing:
|
101
|
+
Enabled: true
|
102
|
+
AllowForAlignment: true
|
103
|
+
AllowBeforeTrailingComments: true
|
104
|
+
ForceEqualSignAlignment: false
|
105
|
+
|
106
|
+
Style/RescueStandardError:
|
107
|
+
EnforcedStyle: explicit
|
108
|
+
|
109
|
+
Style/SingleLineMethods:
|
110
|
+
Enabled: true
|
111
|
+
AllowIfMethodIsEmpty: true
|
112
|
+
|
113
|
+
Style/EmptyMethod:
|
114
|
+
EnforcedStyle: compact
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dashbrains-rubocop-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DashBrains
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -150,6 +150,20 @@ dependencies:
|
|
150
150
|
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '0'
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: standard
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ">="
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0'
|
160
|
+
type: :runtime
|
161
|
+
prerelease: false
|
162
|
+
version_requirements: !ruby/object:Gem::Requirement
|
163
|
+
requirements:
|
164
|
+
- - ">="
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: '0'
|
153
167
|
description: Shared Rubocop config used at DashBrains
|
154
168
|
email:
|
155
169
|
- contact@dashbrains.dev
|
@@ -197,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
211
|
- !ruby/object:Gem::Version
|
198
212
|
version: '0'
|
199
213
|
requirements: []
|
200
|
-
rubygems_version: 3.5.
|
214
|
+
rubygems_version: 3.5.16
|
201
215
|
signing_key:
|
202
216
|
specification_version: 4
|
203
217
|
summary: Rubocop config for DashBrains
|