rubocop-lts 18.4.3 → 19.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: 4dfe4c4d5a577d25bb97e01aec0d278ce915769e06bbf40cbb0d20972fd8bcaf
4
- data.tar.gz: 1cdfe32ce8d53ee010b936f1d5c1196a8ec82b2ae717ef350f7c7819e8864d88
3
+ metadata.gz: 24bb066f8a8fc8a018f8684e3ea3e659e03388f6c93ebe4f9d22b3da85d3a38e
4
+ data.tar.gz: 053ac88079993fa9b69d81c765413db71be95f12c25fb785935ced9df66a41dc
5
5
  SHA512:
6
- metadata.gz: fa07290c1db8412b91b3de4033b803c1ec7bc7c113a5304b9caae89fd914c326d734a520fae05ffb6c1c3e8fb95befeef60b8d5a3373808701c145de429ec154
7
- data.tar.gz: a6998f86aaba91260934a83e1971690ae1ff066d4ab79dfd6cca88232ecfee02f4f2cb1f502ea7d4a9db9aa92beb260f0343259027cf00358fe3da989dbd6cb8
6
+ metadata.gz: 043b894f3fbb2d0ff7ebdf4141754ff5936e47298727649f7e51fd874d21d1b72607765be95c647429a787277bdd467bf84d9535cb4f6b165a6efd8db4ffdc67
7
+ data.tar.gz: 12aa196aa01756aacdeff70280cd024135ba9db32d0dcfc06e2622d51448c7a146212fef60f6520d2dc2d0e7f3275bf0595dca8ba9d91da3f3ba39940b4adedf
data/CHANGELOG.md CHANGED
@@ -1,250 +1,172 @@
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
- ## [18.4.3] - 2026-09-09
34
-
35
- - TAG: [v18.4.3][18.4.3t]
36
- - COVERAGE: 100.00% -- 15/15 lines in 2 files
37
- - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
- - 42.86% documented
14
+ ### Removed
39
15
 
16
+ ## [19.0.0] - 2022-05-23
40
17
  ### Added
18
+ - Initial odd release supporting Ruby ~> 3.0
41
19
 
42
- - kettle-jem-template-20260720-005 - README Support & Community links now
43
- include RubyForum.
44
- - kettle-jem-template-20260726-001 - Projects now include YARD lint
45
- configuration and documentation dependencies so documentation issues fail
46
- before generated docs are refreshed.
47
- - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
48
- RSpec helpers provided by `kettle-test`.
49
-
50
- ### Changed
51
-
52
- - kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
53
- files, reducing package noise for downstream packagers.
54
- - kettle-jem-template-20260720-002 - Development Gemfiles now use the released
55
- `tree_sitter_language_pack` gem 1.13.3 or newer by default.
56
- - kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
57
- cover `version.rb` without redefining constants, or are removed when version
58
- specs are not managed for the project.
59
- - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
60
- setup-ruby-flash planning and can prepare appraisal-only jobs without
61
- installing the main Gemfile bundle.
62
-
63
- - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
64
- use ClickGems instead of BestGems.
65
-
66
- - [kc] kettle-jem/prepare: updated 28 project files:
67
- - configuration (1)
68
- - dependencies (27)
69
-
70
- - [kc] kettle-jem/template: updated 48 project files:
71
- - code and tests (3)
72
- - configuration (1)
73
- - dependencies (6)
74
- - documentation (2)
75
- - other (17)
76
- - workflows (19)
77
-
78
- ### Fixed
79
-
80
- - kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
81
- uses the installed `smorg-rb` driver command.
82
- - kettle-jem-template-20260725-001 - Release pull request branches beginning
83
- with `feature/release` now run JRuby and TruffleRuby workflows.
84
- - kettle-jem-template-20260726-002 - Generated version files now document their
85
- version namespace and constants, reducing warning-only YARD lint output.
86
- - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
87
- QLTY, and Codecov as optional, so provider outages do not fail CI when local
88
- coverage thresholds still pass.
89
- - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
90
- same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
91
- installs are not reported as project lint debt.
92
- - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
93
- TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
94
- before the test suite starts.
95
- - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
96
- setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
97
- lockfile parser failures on Git and path dependencies.
98
- - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
99
- missing canonical version spec when a project only has shim namespace version
100
- specs.
101
- - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
102
- relative to the gemspec directory, so release package contents stay correct
103
- even when the gemspec is loaded from another working directory.
104
-
105
- - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
106
- managed configuration block bindings structurally, preventing mixed block
107
- parameter names from producing invalid configuration after a merge.
108
- - kettle-jem-template-20260801-003 - Generated project metadata and
109
- documentation now normalize configured underscore hostnames to valid
110
- hyphenated hostnames.
111
- - kettle-jem-template-20260801-004 - Generated organization README logos now
112
- use GitHub's stable organization avatar endpoint instead of assuming a
113
- matching Galtzo-hosted asset exists.
114
-
115
- - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
116
- preserving comments and trailing commas during template updates.
117
-
118
- - Fix README reference definitions and local navigation links so release validation succeeds.
119
-
120
- - Run CI on branch-stack release targets.
121
-
122
- ## [18.4.2] - 2026-07-03
123
-
124
- - TAG: [v18.4.2][18.4.2t]
125
- - COVERAGE: 100.00% -- 15/15 lines in 2 files
126
- - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
127
- - 14.29% documented
128
-
129
- ### Fixed
130
-
131
- - Allow release branch-stack pushes to start the managed GitHub Actions workflows.
20
+ ## [18.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.7
132
23
 
133
- - Removed stale Shopify wording from gem metadata and retired legacy context Gemfiles.
134
- - Refreshed the locked dependency set to use released RuboCop-LTS RSpec tooling.
24
+ ## [17.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 2.7
135
27
 
136
- - Package configured license files in gem release file lists.
28
+ ## [16.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 2.6
137
31
 
138
- ## [18.4.1] - 2026-06-28
32
+ ## [15.0.0] - 2022-05-23
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 2.6
139
35
 
140
- - TAG: [v18.4.1][18.4.1t]
141
- - COVERAGE: 100.00% -- 15/15 lines in 2 files
142
- - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
143
- - 14.29% documented
36
+ ## [14.0.0] - 2022-05-23
37
+ ### Added
38
+ - Initial even release supporting Ruby >= 2.5
144
39
 
40
+ ## [13.0.0] - 2022-05-23
145
41
  ### Added
42
+ - Initial odd release supporting Ruby ~> 2.5
146
43
 
147
- - Added support for JRuby 10.1 and TruffleRuby 34.0.
44
+ ## [12.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.4
148
47
 
149
- ### Fixed
48
+ ## [11.0.0] - 2022-05-23
49
+ ### Added
50
+ - Initial odd release supporting Ruby ~> 2.4
150
51
 
151
- - Restored the destination `spec.files` package declaration so the built gem
152
- includes its `config/*.yml` RuboCop configuration files.
52
+ ## [10.0.0] - 2022-05-23
53
+ ### Added
54
+ - Initial even release supporting Ruby >= 2.3
153
55
 
154
- ## [18.4.0] - 2026-06-01
56
+ ## [9.0.0] - 2022-05-23
57
+ ### Added
58
+ - Initial odd release supporting Ruby ~> 2.3
155
59
 
60
+ ## [8.0.0] - 2022-05-23
156
61
  ### Added
62
+ - Initial even release supporting Ruby >= 2.2
157
63
 
158
- ### Changed
64
+ ## [7.0.0] - 2022-05-23
65
+ ### Added
66
+ - Initial odd release supporting Ruby ~> 2.2
159
67
 
160
- - Updated dependency floors to the latest RuboCop-LTS family releases.
161
- - Raised the minimum supported Ruby version to 3.2.
68
+ ## [6.0.0] - 2022-05-23
69
+ ### Added
70
+ - Initial even release supporting Ruby >= 2.1
162
71
 
72
+ ## [5.0.1] - 2022-05-23
163
73
  ### Fixed
74
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
164
75
 
165
- - Added the missing previous release entry to the changelog.
166
-
167
- ### Removed
168
-
169
- - Removed support for running this gem on Ruby < 3.2.
170
-
171
- ## [18.3.0] - 2026-05-30
172
-
76
+ ## [5.0.0] - 2022-05-23
173
77
  ### Added
78
+ - Initial odd release supporting Ruby ~> 2.1
174
79
 
175
- ### Changed
176
-
177
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
178
-
80
+ ## [4.0.2] - 2022-05-23
179
81
  ### Fixed
82
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
180
83
 
181
- ### Removed
182
-
183
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
184
-
185
- ## [18.2.1] - 2023-05-30
84
+ ## [4.0.1] - 2022-05-23
85
+ ### Fixed
86
+ - Ship rubocop config files in gem
87
+ - rubocop-lts.yml
186
88
 
89
+ ## [4.0.0] - 2022-05-22
187
90
  ### Added
91
+ - Initial even release supporting Ruby >= 2.0
188
92
 
189
- - `config/base.yml` for all shared configs
190
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
191
-
192
- ## [18.2.0] - 2023-05-22
193
-
194
- ### Changed
195
-
196
- - Bumped dependency rubocop-ruby2_7 to ~> 2.0.4
93
+ ## [3.0.2] - 2022-05-23
94
+ ### Fixed
95
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
197
96
 
198
- ## [18.1.0] - 2023-03-16
97
+ ## [3.0.1] - 2022-05-23
98
+ ### Fixed
99
+ - Ship rubocop config files in gem
100
+ - rubocop-lts.yml
199
101
 
102
+ ## [3.0.0] - 2022-05-22
200
103
  ### Added
104
+ - Initial odd release supporting Ruby ~> 2.0
201
105
 
202
- - Certificate for signing gem releases
203
- - Gemspec metadata
204
- - funding_uri
205
- - SHA256 and SHA512 Checksums for release
206
-
207
- ### Changed
106
+ ## [2.0.3] - 2022-05-23
107
+ ### Fixed
108
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
208
109
 
209
- - Bumped dependency rubocop-ruby2_7 to ~> 1.1.3
210
- - Allows rubocop ~> 1.48.1
211
- - Compatible with rubocop-packaging ~> 0.5.2
212
- - Gem releases are now cryptographically signed
110
+ ## [2.0.2] - 2022-05-23
111
+ ### Fixed
112
+ - Ship rubocop config files in gem
113
+ - rubocop-lts.yml
114
+ - rubocop-lts1_8.yml
213
115
 
214
- ## [18.0.1] - 2022-06-09
116
+ ## [2.0.1] - 2022-05-22
117
+ ### Fixed
118
+ - Documentation typos & gemspec URLs
215
119
 
120
+ ## [2.0.0] - 2022-05-22
216
121
  ### Added
122
+ - Initial even release supporting Ruby >= 1.9
217
123
 
218
- - Improve, and dry up documentation
219
-
220
- ### Changed
221
-
222
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
223
-
124
+ ## [1.0.3] - 2022-05-23
224
125
  ### Fixed
126
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
225
127
 
226
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
227
-
228
- ## [18.0.0] - 2022-05-23
128
+ ## [1.0.2] - 2022-05-23
129
+ ### Fixed
130
+ - Ship rubocop config files in gem
131
+ - rubocop-lts.yml
132
+ - rubocop-lts1_8.yml
229
133
 
230
- - TAG: [v18.0.0][18.0.0t]
134
+ ## [1.0.1] - 2022-05-22
135
+ ### Fixed
136
+ - Documentation typos & gemspec URLs
231
137
 
138
+ ## [1.0.0] - 2022-05-22
232
139
  ### Added
233
-
234
- - Initial even release supporting Ruby >= 2.7
235
-
236
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.4.3...HEAD
237
- [18.4.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.4.2...v18.4.3
238
- [18.4.3t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v18.4.3
239
- [18.4.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.4.1...v18.4.2
240
- [18.4.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v18.4.2
241
- [18.4.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.4.0...v18.4.1
242
- [18.4.1t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v18.4.1
243
- [18.4.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v18.3.0...v18.4.0
244
- [18.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v18.2.1...v18.3.0
245
- [18.2.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.2.0...v18.2.1
246
- [18.2.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.1.0...v18.2.0
247
- [18.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v18.1.0
248
- [18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
249
- [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v18.0.0
250
- [18.0.0t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v18.0.0
140
+ - Initial odd release supporting Ruby ~> 1.9
141
+
142
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...HEAD
143
+ [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
144
+ [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
145
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
146
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
147
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
148
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
149
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
150
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
151
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
152
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
153
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
154
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
155
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
156
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
157
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
158
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
159
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
160
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
161
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
162
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
163
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
164
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
165
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
166
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
167
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
168
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
169
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
170
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
171
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
172
+ [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
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.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
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
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
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.
33
+
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.
35
+
36
+ ## Scope
37
+
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.
39
+
40
+ ## Enforcement
41
+
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.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
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:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
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.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
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.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
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.
67
+
68
+ ### 4. Permanent Ban
69
+
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.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
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.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
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.
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,25 @@
1
+ ## Contributing
2
+
3
+ Bug reports and pull requests are welcome on GitHub at [https://github.com/rubocop-lts/rubocop-lts][source]
4
+ . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
5
+ the [code of conduct][conduct].
6
+
7
+ To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request!
8
+
9
+ ## Contributors
10
+
11
+ [![Contributors](https://contrib.rocks/image?repo=rubocop-lts/rubocop-lts)][contributors]
12
+
13
+ Made with [contributors-img][contrib-rocks].
14
+
15
+ [comment]: <> (Following links are used by README, CONTRIBUTING)
16
+
17
+ [conduct]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md
18
+
19
+ [contrib-rocks]: https://contrib.rocks
20
+
21
+ [contributors]: https://github.com/rubocop-lts/rubocop-lts/graphs/contributors
22
+
23
+ [comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
24
+
25
+ [source]: https://github.com/rubocop-lts/rubocop-lts/
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Peter Boling
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.