standard-custom 1.0.0 → 1.0.1
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/CHANGELOG.md +4 -1
- data/Gemfile +0 -2
- data/Gemfile.lock +7 -11
- data/README.md +1 -1
- data/lib/standard/custom/version.rb +1 -1
- metadata +2 -3
- data/config/ruby-2.2.yml +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdb9a93c9bbbe219ccff460d8c3007ef817444990132625d10ab749bd6202833
|
|
4
|
+
data.tar.gz: 4a5f35d8fa927465334653129f8a792bdb1c27688a87ace74e4b68b5009f048a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33c4d1bccc555767189e9fa3db72d7e415e081c219848fa5e766fd44fb4c539abc70680c470a7859f60c3c8ecda35c2b2e6c6a1ba893786d3fa2d22b58b657ce
|
|
7
|
+
data.tar.gz: 3be5212f892ddc8e52725eae0e7ee7360516d70b473fa0825ba939443e249c0a3a7dacede1cdbdf878dff68a0291011526e460f817c4c5f9ec056bd9c11428e3
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ../lint_roller
|
|
3
|
-
specs:
|
|
4
|
-
lint_roller (1.0.0)
|
|
5
|
-
|
|
6
1
|
PATH
|
|
7
2
|
remote: .
|
|
8
3
|
specs:
|
|
9
|
-
standard-custom (1.0.
|
|
4
|
+
standard-custom (1.0.1)
|
|
10
5
|
lint_roller (~> 1.0)
|
|
11
6
|
|
|
12
7
|
GEM
|
|
@@ -15,17 +10,18 @@ GEM
|
|
|
15
10
|
ast (2.4.2)
|
|
16
11
|
json (2.6.3)
|
|
17
12
|
language_server-protocol (3.17.0.3)
|
|
13
|
+
lint_roller (1.0.0)
|
|
18
14
|
m (1.6.1)
|
|
19
15
|
method_source (>= 0.6.7)
|
|
20
16
|
rake (>= 0.9.2.2)
|
|
21
17
|
method_source (1.0.0)
|
|
22
18
|
minitest (5.18.0)
|
|
23
|
-
parallel (1.
|
|
24
|
-
parser (3.2.2.
|
|
19
|
+
parallel (1.23.0)
|
|
20
|
+
parser (3.2.2.1)
|
|
25
21
|
ast (~> 2.4.1)
|
|
26
22
|
rainbow (3.1.1)
|
|
27
23
|
rake (13.0.6)
|
|
28
|
-
regexp_parser (2.
|
|
24
|
+
regexp_parser (2.8.0)
|
|
29
25
|
rexml (3.2.5)
|
|
30
26
|
rubocop (1.48.1)
|
|
31
27
|
json (~> 2.3)
|
|
@@ -37,7 +33,7 @@ GEM
|
|
|
37
33
|
rubocop-ast (>= 1.26.0, < 2.0)
|
|
38
34
|
ruby-progressbar (~> 1.7)
|
|
39
35
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
40
|
-
rubocop-ast (1.
|
|
36
|
+
rubocop-ast (1.29.0)
|
|
41
37
|
parser (>= 3.2.1.0)
|
|
42
38
|
rubocop-performance (1.16.0)
|
|
43
39
|
rubocop (>= 1.7.0, < 2.0)
|
|
@@ -51,9 +47,9 @@ GEM
|
|
|
51
47
|
|
|
52
48
|
PLATFORMS
|
|
53
49
|
arm64-darwin-22
|
|
50
|
+
x86_64-linux
|
|
54
51
|
|
|
55
52
|
DEPENDENCIES
|
|
56
|
-
lint_roller!
|
|
57
53
|
m
|
|
58
54
|
minitest
|
|
59
55
|
rake
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This gem provides a [lint_roller](https://github.com/standardrb/lint_roller)
|
|
4
4
|
plugin configuration for the
|
|
5
|
-
[
|
|
5
|
+
[standard-custom](https://github.com/standardrb/standard-custom/blob/main/config/base.yml) ruleset.
|
|
6
6
|
It, along with
|
|
7
7
|
[standard-performance](https://github.com/standardrb/standard-performance), is
|
|
8
8
|
configured by default by the [Standard Ruby
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: standard-custom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Searls
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lint_roller
|
|
@@ -39,7 +39,6 @@ files:
|
|
|
39
39
|
- README.md
|
|
40
40
|
- Rakefile
|
|
41
41
|
- config/base.yml
|
|
42
|
-
- config/ruby-2.2.yml
|
|
43
42
|
- lib/standard-custom.rb
|
|
44
43
|
- lib/standard/cop/block_single_line_braces.rb
|
|
45
44
|
- lib/standard/custom.rb
|
data/config/ruby-2.2.yml
DELETED