rubocop-ruby3_1 3.0.0 → 3.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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +1 -0
- data/lib/rubocop/ruby3_1/version.rb +1 -1
- data/rubocop-lts/ruby.yml +2 -5
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f997590dba89cc2e528b8dfe882c11795c2d1ae7e6ee454f9ff7f17adf1bb3bf
|
|
4
|
+
data.tar.gz: 5dbd671106cac6e594d627b87fdd89fbfcf45d91c73591599ff70de174897b7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0001fa7b1d063c982e73d950d9296e35afdb4e13122857674686813b0f790188df365a5e3be8f7fbb4dbe74c1b10e60c19604ec03c2b82cf31328b6862b7bf5
|
|
7
|
+
data.tar.gz: 0aeecd6e42ba5948492cd3a80bd464168f70a0ec0472170117bc5905cf676c8035b345179eec0b974e2fe94c654c2e5693ca77fece78b69eb37c6547855186ee
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Added
|
|
9
9
|
### Changed
|
|
10
|
+
- Load `rubocop-thread_safety` through RuboCop's plugin API.
|
|
10
11
|
- Tidelift for Reporting Security vulnerabilities
|
|
11
12
|
- Updated `standard-rubocop-lts` dependency to the `2.x` series.
|
|
12
13
|
### Fixed
|
data/rubocop-lts/ruby.yml
CHANGED
|
@@ -13,11 +13,6 @@ require:
|
|
|
13
13
|
# The goal here is convention over configuration...
|
|
14
14
|
# In light of that, we are well past having convened on Markdown for README docs and such.
|
|
15
15
|
- rubocop-md
|
|
16
|
-
# Rubygems have Rakefile as a convention, and if they don't, why not?
|
|
17
|
-
# In the vast majority of cases, we will want to be warned about thread unsafe code.
|
|
18
|
-
# In those cases where we intentionally have thread unsafe code,
|
|
19
|
-
# a rubocop:disable is the least of our concerns. :D
|
|
20
|
-
- rubocop-thread_safety
|
|
21
16
|
# RuboCop Gradual can be used in "Require mode", which is a way to replace rubocop with rubocop-gradual:
|
|
22
17
|
- rubocop/gradual/patch
|
|
23
18
|
|
|
@@ -41,6 +36,8 @@ Metrics:
|
|
|
41
36
|
plugins:
|
|
42
37
|
# Rubygems have Rakefile as a convention, and if they don't, why not?
|
|
43
38
|
- rubocop-rake
|
|
39
|
+
# Warn about thread unsafe code in the broad LTS Ruby profile.
|
|
40
|
+
- rubocop-thread_safety
|
|
44
41
|
|
|
45
42
|
# Ruby specific customizations
|
|
46
43
|
Layout/LineLength:
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ruby3_1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -362,10 +362,10 @@ licenses:
|
|
|
362
362
|
- MIT
|
|
363
363
|
metadata:
|
|
364
364
|
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby3_1
|
|
365
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/tree/v3.0.
|
|
366
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v3.0.
|
|
365
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/tree/v3.0.1
|
|
366
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v3.0.1/CHANGELOG.md
|
|
367
367
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/issues
|
|
368
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/3.0.
|
|
368
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/3.0.1
|
|
369
369
|
funding_uri: https://liberapay.com/pboling
|
|
370
370
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/wiki
|
|
371
371
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|