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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c78de22c48f3b909a52459e6fd5d9c4c50fa710941b9a4f69f3c2b500566eb6
4
- data.tar.gz: d732b260a86616409b8d5f658fea0607c8eba0714c1708bb9a73afb5ae976d78
3
+ metadata.gz: f997590dba89cc2e528b8dfe882c11795c2d1ae7e6ee454f9ff7f17adf1bb3bf
4
+ data.tar.gz: 5dbd671106cac6e594d627b87fdd89fbfcf45d91c73591599ff70de174897b7f
5
5
  SHA512:
6
- metadata.gz: 989ad3038edb0667c86399418f9cb51d53961d62f135d94ddc447ee0b57f87dab70d9b8d53e99a2528ada65a1d46af78a2b9762c2de21d240b40a432a79d47e8
7
- data.tar.gz: 28260654275540c558da3938b807a71600ed6f1a584b0cea31eae9af70169b347eb4ae7ca8f09591d883ef18c9504d8fe70ac013daed728b5bc3b44ae5e6e1f1
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
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Ruby31
5
5
  module Version
6
- VERSION = "3.0.0"
6
+ VERSION = "3.0.1"
7
7
  end
8
8
  end
9
9
  end
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.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.0
366
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v3.0.0/CHANGELOG.md
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.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