standard 1.33.0 → 1.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -5
- data/Gemfile.lock +5 -5
- data/README.md +2 -1
- data/config/base.yml +1 -1
- data/lib/standard/lsp/routes.rb +1 -1
- data/lib/standard/version.rb +1 -1
- data/standard.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2405f8a3eff3e635e2ab7879f85f855d10fbcbd5c2791c2d369d1bc6aada0d74
|
4
|
+
data.tar.gz: f3d9ebd04e20deab04e9aeedcc73f2c511e569e723e8467f040f56877696a299
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d303f2b8a5941f936f159816d19438f43d4d5aa7aeee35883be01e059e4335f60ef9f4e443b62071921e74dccab8ab2ef5855fb4b3b71a0dd72234c4e211abf1
|
7
|
+
data.tar.gz: 5e3f1e6e52451788c141ef6d2feafdc8b126e2bd9270a4fb20454a7f2ed8d0dce8a70ed88fe9594cf48c5dfd1154d6c9be3215f69554af799b39f3cc94aaf3c6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.34.0
|
4
|
+
|
5
|
+
* Updates rubocop to [1.60.2](https://github.com/rubocop/rubocop/releases/tag/v1.60.2)
|
6
|
+
|
3
7
|
## 1.33.0
|
4
8
|
|
5
9
|
* Updates rubocop to [1.59.0](https://github.com/rubocop/rubocop/releases/tag/v1.59.0)
|
@@ -59,9 +63,9 @@ plugin that mirrors a rubocop extension
|
|
59
63
|
## 1.28.3
|
60
64
|
|
61
65
|
* Older ruby support fixes from [@pboling](https://github.com/pboling):
|
62
|
-
|
63
|
-
|
64
|
-
|
66
|
+
* [#559](https://github.com/standardrb/standard/issues/559)
|
67
|
+
* [#561](https://github.com/standardrb/standard/issues/560)
|
68
|
+
* [#561](https://github.com/standardrb/standard/issues/561)
|
65
69
|
|
66
70
|
## 1.28.2
|
67
71
|
|
@@ -546,7 +550,6 @@ mutations to RuboCop's default configuration)
|
|
546
550
|
* [Performance/DeletePrefix](https://github.com/rubocop-hq/rubocop-performance/pull/105)
|
547
551
|
* [Performance/DeleteSuffix](https://github.com/rubocop-hq/rubocop-performance/pull/105)
|
548
552
|
|
549
|
-
|
550
553
|
## 0.4.6
|
551
554
|
|
552
555
|
* Disable `Naming/BinaryOperatorParameterName` because (when non-ascii method
|
@@ -578,7 +581,6 @@ mutations to RuboCop's default configuration)
|
|
578
581
|
safe
|
579
582
|
* Allow comments in empty `when` blocks
|
580
583
|
|
581
|
-
|
582
584
|
## 0.4.1
|
583
585
|
|
584
586
|
* add given/given! as `{}` friendly blocks [#172](https://github.com/testdouble/standard/pull/172)
|
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
standard (1.
|
4
|
+
standard (1.34.0)
|
5
5
|
language_server-protocol (~> 3.17.0.2)
|
6
6
|
lint_roller (~> 1.0)
|
7
|
-
rubocop (~> 1.
|
7
|
+
rubocop (~> 1.60)
|
8
8
|
standard-custom (~> 1.0.0)
|
9
9
|
standard-performance (~> 1.3)
|
10
10
|
|
@@ -23,7 +23,7 @@ GEM
|
|
23
23
|
method_source (1.0.0)
|
24
24
|
minitest (5.20.0)
|
25
25
|
parallel (1.23.0)
|
26
|
-
parser (3.
|
26
|
+
parser (3.3.0.5)
|
27
27
|
ast (~> 2.4.1)
|
28
28
|
racc
|
29
29
|
racc (1.7.1)
|
@@ -31,11 +31,11 @@ GEM
|
|
31
31
|
rake (13.0.6)
|
32
32
|
regexp_parser (2.8.2)
|
33
33
|
rexml (3.2.6)
|
34
|
-
rubocop (1.
|
34
|
+
rubocop (1.60.2)
|
35
35
|
json (~> 2.3)
|
36
36
|
language_server-protocol (>= 3.17.0)
|
37
37
|
parallel (~> 1.10)
|
38
|
-
parser (>= 3.
|
38
|
+
parser (>= 3.3.0.2)
|
39
39
|
rainbow (>= 2.2.2, < 4.0)
|
40
40
|
regexp_parser (>= 1.8, < 3.0)
|
41
41
|
rexml (>= 3.2.5, < 4.0)
|
data/README.md
CHANGED
@@ -156,6 +156,7 @@ We've added a number of editing guides for getting started:
|
|
156
156
|
- [neovim](https://github.com/standardrb/standard/wiki/IDE:-neovim)
|
157
157
|
- [RubyMine](https://www.jetbrains.com/help/ruby/rubocop.html#disable_rubocop)
|
158
158
|
- [emacs](https://www.flycheck.org/en/latest/languages.html#syntax-checker-ruby-standard)
|
159
|
+
- [Helix](https://github.com/helix-editor/helix/wiki/External-formatter-configuration#standardrb)
|
159
160
|
- [Atom](https://github.com/standardrb/standard/wiki/IDE:-Atom)
|
160
161
|
|
161
162
|
If you'd like to help by creating a guide, please draft one [in an
|
@@ -172,7 +173,7 @@ editors can support natively, even without a Standard-specific plugin.
|
|
172
173
|
You can run the server by supplying the `--lsp` flag:
|
173
174
|
|
174
175
|
```
|
175
|
-
|
176
|
+
standardrb --lsp
|
176
177
|
```
|
177
178
|
|
178
179
|
If your editor offers LSP support, it probably has a place to configure the
|
data/config/base.yml
CHANGED
data/lib/standard/lsp/routes.rb
CHANGED
data/lib/standard/version.rb
CHANGED
data/standard.gemspec
CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.require_paths = ["lib"]
|
24
24
|
spec.metadata["rubygems_mfa_required"] = "true"
|
25
25
|
|
26
|
-
spec.add_dependency "rubocop", "~> 1.
|
26
|
+
spec.add_dependency "rubocop", "~> 1.60"
|
27
27
|
|
28
28
|
spec.add_dependency "lint_roller", "~> 1.0"
|
29
29
|
spec.add_dependency "standard-custom", "~> 1.0.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Searls
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: '1.60'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: '1.60'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: lint_roller
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|