rubocop-lts 12.3.1 → 13.0.0

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: 9bd430f82db799770785617c5e6c30e8d6791be0b20334604cb3eaab21c509ad
4
- data.tar.gz: 92b9cf93326b5d677630d2c59522c005ef0a4f8faa84602da5529e089a2ab8b9
3
+ metadata.gz: f2a71a12caf3ec0368cfbf476589600e48a40b516dcc713429e856fbeba01704
4
+ data.tar.gz: d529e1e5b87ab7d09ff171937e9de089120ab140025a84c4f8de550e4bb9cf2a
5
5
  SHA512:
6
- metadata.gz: 06e913cf9111d9fede617c26336a413d922c2a3ee4a032e0233cb89926752ebfaa27009ea4a0af5267803c963b7d5e0d4c9ee2e6125b93134e6779c2501eb562
7
- data.tar.gz: 777fb66158e39c33ba53fa64201679b932668fffb0304235ff740a721004ceeb07666e636f2290953d0e1e85010f1caf7fce0078c081f47da52dd18fc7aa984c
6
+ metadata.gz: 20705517973b2c4a86b4713af165a08d60ac602bf1cddffd3b7b48e07c5d22a2f3240ddd168e3aa7595ca8695b99d0b5045e072ace65da34f0fe56845e13784e
7
+ data.tar.gz: a1f24b722fa3cab0236009fad5794ac608b3b57ea19e37fe64caa86bb04de0ed7e2fec2e6a0a858fed912675af48416e295db09c6990b9e38f0a2ae526ba8bbd
data/CHANGELOG.md CHANGED
@@ -1,120 +1,142 @@
1
1
  # Changelog
2
-
3
- [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog]
4
-
5
2
  All notable changes to this project will be documented in this file.
6
3
 
7
- The format is based on [Keep a Changelog][📗keep-changelog],
8
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
9
- and [yes][📌major-versions-not-sacred], platform and engine support are part of the [public API][📌semver-breaking].
10
- Please file a bug if you notice a violation of semantic versioning.
11
-
12
- [📌semver]: https://semver.org/spec/v2.0.0.html
13
- [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-FFDD67.svg?style=flat
14
- [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
15
- [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
16
- [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
17
- [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
18
6
 
19
7
  ## [Unreleased]
20
-
21
8
  ### Added
22
9
 
23
10
  ### Changed
24
11
 
25
- ### Deprecated
26
-
27
- ### Removed
28
-
29
12
  ### Fixed
30
13
 
31
- ### Security
32
-
33
- ## [12.3.1] - 2026-06-28
34
-
35
- - TAG: [v12.3.1][12.3.1t]
36
- - COVERAGE: 100.00% -- 15/15 lines in 2 files
37
- - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
- - 14.29% documented
14
+ ### Removed
39
15
 
16
+ ## [13.0.0] - 2022-05-23
40
17
  ### Added
18
+ - Initial odd release supporting Ruby ~> 2.4
41
19
 
42
- - Added support for JRuby 10.1 and TruffleRuby 34.0.
20
+ ## [12.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.4
43
23
 
44
- ### Fixed
24
+ ## [11.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 2.4
45
27
 
46
- - Restored the destination `spec.files` package declaration so the built gem
47
- includes its `config/*.yml` RuboCop configuration files.
28
+ ## [10.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 2.3
48
31
 
49
- ## [12.3.0] - 2026-06-01
32
+ ## [9.0.0] - 2022-05-23
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 2.3
50
35
 
36
+ ## [8.0.0] - 2022-05-23
51
37
  ### Added
38
+ - Initial even release supporting Ruby >= 2.2
52
39
 
53
- ### Changed
40
+ ## [7.0.0] - 2022-05-23
41
+ ### Added
42
+ - Initial odd release supporting Ruby ~> 2.2
54
43
 
55
- - Updated dependency floors to the latest RuboCop-LTS family releases.
56
- - Raised the minimum supported Ruby version to 3.2.
44
+ ## [6.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.1
57
47
 
48
+ ## [5.0.1] - 2022-05-23
58
49
  ### Fixed
50
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
59
51
 
60
- - Added the missing previous release entry to the changelog.
61
-
62
- ### Removed
63
-
64
- - Removed support for running this gem on Ruby < 3.2.
65
-
66
- ## [12.2.0] - 2026-05-30
67
-
52
+ ## [5.0.0] - 2022-05-23
68
53
  ### Added
54
+ - Initial odd release supporting Ruby ~> 2.1
69
55
 
70
- ### Changed
71
-
72
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
73
-
56
+ ## [4.0.2] - 2022-05-23
74
57
  ### Fixed
58
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
75
59
 
76
- ### Removed
77
-
78
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
79
-
80
- ## [12.1.1] - 2023-05-30
60
+ ## [4.0.1] - 2022-05-23
61
+ ### Fixed
62
+ - Ship rubocop config files in gem
63
+ - rubocop-lts.yml
81
64
 
65
+ ## [4.0.0] - 2022-05-22
82
66
  ### Added
67
+ - Initial even release supporting Ruby >= 2.0
83
68
 
84
- - `config/base.yml` for all shared configs
85
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
86
-
87
- ## [12.1.0] - 2023-05-22
69
+ ## [3.0.2] - 2022-05-23
70
+ ### Fixed
71
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
88
72
 
89
- ### Removed
73
+ ## [3.0.1] - 2022-05-23
74
+ ### Fixed
75
+ - Ship rubocop config files in gem
76
+ - rubocop-lts.yml
90
77
 
91
- - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
78
+ ## [3.0.0] - 2022-05-22
79
+ ### Added
80
+ - Initial odd release supporting Ruby ~> 2.0
92
81
 
93
- ## [12.0.1] - 2022-06-09
82
+ ## [2.0.3] - 2022-05-23
83
+ ### Fixed
84
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
94
85
 
86
+ ## [2.0.2] - 2022-05-23
95
87
  ### Fixed
88
+ - Ship rubocop config files in gem
89
+ - rubocop-lts.yml
90
+ - rubocop-lts1_8.yml
96
91
 
97
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
92
+ ## [2.0.1] - 2022-05-22
93
+ ### Fixed
94
+ - Documentation typos & gemspec URLs
98
95
 
96
+ ## [2.0.0] - 2022-05-22
99
97
  ### Added
98
+ - Initial even release supporting Ruby >= 1.9
100
99
 
101
- - Improve, and dry up documentation
100
+ ## [1.0.3] - 2022-05-23
101
+ ### Fixed
102
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
102
103
 
103
- ## [12.0.0] - 2022-05-23
104
+ ## [1.0.2] - 2022-05-23
105
+ ### Fixed
106
+ - Ship rubocop config files in gem
107
+ - rubocop-lts.yml
108
+ - rubocop-lts1_8.yml
104
109
 
105
- - TAG: [v12.0.0][12.0.0t]
110
+ ## [1.0.1] - 2022-05-22
111
+ ### Fixed
112
+ - Documentation typos & gemspec URLs
106
113
 
114
+ ## [1.0.0] - 2022-05-22
107
115
  ### Added
108
-
109
- - Initial even release supporting Ruby >= 2.4
110
-
111
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.3.1...HEAD
112
- [12.3.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.3.0...v12.3.1
113
- [12.3.1t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v12.3.1
114
- [12.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v12.2.0...v12.3.0
115
- [12.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v12.1.1...v12.2.0
116
- [12.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.1.0...v12.1.1
117
- [12.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v12.1.0
118
- [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
119
- [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v12.0.0
120
- [12.0.0t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v12.0.0
116
+ - Initial odd release supporting Ruby ~> 1.9
117
+
118
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...HEAD
119
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
120
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
121
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
122
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
123
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
124
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
125
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
126
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
127
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
128
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
129
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
130
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
131
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
132
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
133
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
134
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
135
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
136
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
137
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
138
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
139
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
140
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
141
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
142
+ [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
data/CODE_OF_CONDUCT.md CHANGED
@@ -2,133 +2,83 @@
2
2
 
3
3
  ## Our Pledge
4
4
 
5
- We as members, contributors, and leaders pledge to make participation in our
6
- community a harassment-free experience for everyone, regardless of age, body
7
- size, visible or invisible disability, ethnicity, sex characteristics, gender
8
- identity and expression, level of experience, education, socio-economic status,
9
- nationality, personal appearance, race, caste, color, religion, or sexual
10
- identity and orientation.
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
11
6
 
12
- We pledge to act and interact in ways that contribute to an open, welcoming,
13
- diverse, inclusive, and healthy community.
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
14
8
 
15
9
  ## Our Standards
16
10
 
17
- Examples of behavior that contributes to a positive environment for our
18
- community include:
11
+ Examples of behavior that contributes to a positive environment for our community include:
19
12
 
20
13
  * Demonstrating empathy and kindness toward other people
21
14
  * Being respectful of differing opinions, viewpoints, and experiences
22
15
  * Giving and gracefully accepting constructive feedback
23
- * Accepting responsibility and apologizing to those affected by our mistakes,
24
- and learning from the experience
25
- * Focusing on what is best not just for us as individuals, but for the overall
26
- community
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
27
18
 
28
19
  Examples of unacceptable behavior include:
29
20
 
30
- * The use of sexualized language or imagery, and sexual attention or advances of
31
- any kind
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
32
23
  * Trolling, insulting or derogatory comments, and personal or political attacks
33
24
  * Public or private harassment
34
- * Publishing others' private information, such as a physical or email address,
35
- without their explicit permission
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
36
27
  * Other conduct which could reasonably be considered inappropriate in a
37
28
  professional setting
38
29
 
39
30
  ## Enforcement Responsibilities
40
31
 
41
- Community leaders are responsible for clarifying and enforcing our standards of
42
- acceptable behavior and will take appropriate and fair corrective action in
43
- response to any behavior that they deem inappropriate, threatening, offensive,
44
- or harmful.
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
45
33
 
46
- Community leaders have the right and responsibility to remove, edit, or reject
47
- comments, commits, code, wiki edits, issues, and other contributions that are
48
- not aligned to this Code of Conduct, and will communicate reasons for moderation
49
- decisions when appropriate.
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
50
35
 
51
36
  ## Scope
52
37
 
53
- This Code of Conduct applies within all community spaces, and also applies when
54
- an individual is officially representing the community in public spaces.
55
- Examples of representing our community include using an official email address,
56
- posting via an official social media account, or acting as an appointed
57
- representative at an online or offline event.
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
58
39
 
59
40
  ## Enforcement
60
41
 
61
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
- reported to the community leaders responsible for enforcement at
63
- [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact].
64
- All complaints will be reviewed and investigated promptly and fairly.
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at peter.boling@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
65
43
 
66
- All community leaders are obligated to respect the privacy and security of the
67
- reporter of any incident.
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
68
45
 
69
46
  ## Enforcement Guidelines
70
47
 
71
- Community leaders will follow these Community Impact Guidelines in determining
72
- the consequences for any action they deem in violation of this Code of Conduct:
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
73
49
 
74
50
  ### 1. Correction
75
51
 
76
- **Community Impact**: Use of inappropriate language or other behavior deemed
77
- unprofessional or unwelcome in the community.
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
78
53
 
79
- **Consequence**: A private, written warning from community leaders, providing
80
- clarity around the nature of the violation and an explanation of why the
81
- behavior was inappropriate. A public apology may be requested.
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
82
55
 
83
56
  ### 2. Warning
84
57
 
85
- **Community Impact**: A violation through a single incident or series of
86
- actions.
58
+ **Community Impact**: A violation through a single incident or series of actions.
87
59
 
88
- **Consequence**: A warning with consequences for continued behavior. No
89
- interaction with the people involved, including unsolicited interaction with
90
- those enforcing the Code of Conduct, for a specified period of time. This
91
- includes avoiding interactions in community spaces as well as external channels
92
- like social media. Violating these terms may lead to a temporary or permanent
93
- ban.
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
94
61
 
95
62
  ### 3. Temporary Ban
96
63
 
97
- **Community Impact**: A serious violation of community standards, including
98
- sustained inappropriate behavior.
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
99
65
 
100
- **Consequence**: A temporary ban from any sort of interaction or public
101
- communication with the community for a specified period of time. No public or
102
- private interaction with the people involved, including unsolicited interaction
103
- with those enforcing the Code of Conduct, is allowed during this period.
104
- Violating these terms may lead to a permanent ban.
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
105
67
 
106
68
  ### 4. Permanent Ban
107
69
 
108
- **Community Impact**: Demonstrating a pattern of violation of community
109
- standards, including sustained inappropriate behavior, harassment of an
110
- individual, or aggression toward or disparagement of classes of individuals.
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
111
71
 
112
- **Consequence**: A permanent ban from any sort of public interaction within the
113
- community.
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
114
73
 
115
74
  ## Attribution
116
75
 
117
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
- version 2.1, available at
119
- [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
120
78
 
121
- Community Impact Guidelines were inspired by
122
- [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
-
124
- For answers to common questions about this code of conduct, see the FAQ at
125
- [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
- [https://www.contributor-covenant.org/translations][translations].
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
127
80
 
128
81
  [homepage]: https://www.contributor-covenant.org
129
- [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
- [Mozilla CoC]: https://github.com/mozilla/diversity
131
- [FAQ]: https://www.contributor-covenant.org/faq
132
- [translations]: https://www.contributor-covenant.org/translations
133
- [🚂maint-contact]: http://www.railsbling.com/contact
134
- [🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.