rubocop-lts 20.4.3 → 21.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: 0e341782c97d1b0aa56ae90ce6de0a52f01e65f5a1fe6aa3e8dde0156c2efaab
4
- data.tar.gz: 753ac719517239d385f91f7ef4a9fcbf685d9a0e3edd9cb0309882803af31b61
3
+ metadata.gz: 405354608e234b99aa9da3eacb4ccbd49443a6486098ab4c1ab19a4eb866332a
4
+ data.tar.gz: 6e107182e2c7bd741c4b67d863666cf7955aed91cd66d8dbb7c8ba4bef4fb48e
5
5
  SHA512:
6
- metadata.gz: da1bbb7598c3619efa36b9bdbd94e9fa41c9f29a72c9a7e4aac464df5d903d829bbadd8d30eeeba6c72374fff4ab9aef8e9567a24513ebe87b3ff5104389a596
7
- data.tar.gz: 4323820a764618f9fad96dc01ae284cd87c7dd56d8dbca3533a7092a1a27f3a8c41036c182dfe906ce63910e042bc3fc64cbb1d6eb7afdd2a45b1a4156464f5a
6
+ metadata.gz: ec38fcd39b9124f096266be0c5b3b1a587077a4172d7f992545255fc0627871d1e3f98a83657c52b922a996c5f824387e555b799292a4b186c1c9fcc889547ee
7
+ data.tar.gz: bfe3ef7d5a8ce9aa74abdce7d5c8e48e840aa189d68f78d1bbd6fb23f88ebf92d7a171bd668a07909abf646dc8da49e874e3e1961956fed372a7e0b751168e1b
data/CHANGELOG.md CHANGED
@@ -1,257 +1,182 @@
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
- ## [20.4.3] - 2026-09-09
34
-
35
- - TAG: [v20.4.3][20.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
+ ## [21.0.0] - 2022-05-23
40
17
  ### Added
18
+ - Initial odd release supporting Ruby ~> 3.1
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
- ## [20.4.2] - 2026-07-03
123
-
124
- - TAG: [v20.4.2][20.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
20
+ ## [20.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 3.0
128
23
 
129
- ### Fixed
24
+ ## [19.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 3.0
130
27
 
131
- - Allow release branch-stack pushes to start the managed GitHub Actions workflows.
28
+ ## [18.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 2.7
132
31
 
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.
32
+ ## [17.0.0] - 2022-05-23
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 2.7
135
35
 
136
- - Package configured license files in gem release file lists.
36
+ ## [16.0.0] - 2022-05-23
37
+ ### Added
38
+ - Initial even release supporting Ruby >= 2.6
137
39
 
138
- ## [20.4.1] - 2026-06-28
40
+ ## [15.0.0] - 2022-05-23
41
+ ### Added
42
+ - Initial odd release supporting Ruby ~> 2.6
139
43
 
140
- - TAG: [v20.4.1][20.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
44
+ ## [14.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.5
144
47
 
48
+ ## [13.0.0] - 2022-05-23
145
49
  ### Added
50
+ - Initial odd release supporting Ruby ~> 2.5
146
51
 
147
- - Added support for JRuby 10.1 and TruffleRuby 34.0.
52
+ ## [12.0.0] - 2022-05-23
53
+ ### Added
54
+ - Initial even release supporting Ruby >= 2.4
148
55
 
149
- ### Fixed
56
+ ## [11.0.0] - 2022-05-23
57
+ ### Added
58
+ - Initial odd release supporting Ruby ~> 2.4
150
59
 
151
- - Restored the destination `spec.files` package declaration so the built gem
152
- includes its `config/*.yml` RuboCop configuration files.
60
+ ## [10.0.0] - 2022-05-23
61
+ ### Added
62
+ - Initial even release supporting Ruby >= 2.3
153
63
 
154
- ## [20.4.0] - 2026-06-01
64
+ ## [9.0.0] - 2022-05-23
65
+ ### Added
66
+ - Initial odd release supporting Ruby ~> 2.3
155
67
 
68
+ ## [8.0.0] - 2022-05-23
156
69
  ### Added
70
+ - Initial even release supporting Ruby >= 2.2
157
71
 
158
- ### Changed
72
+ ## [7.0.0] - 2022-05-23
73
+ ### Added
74
+ - Initial odd release supporting Ruby ~> 2.2
159
75
 
160
- - Updated dependency floors to the latest RuboCop-LTS family releases.
161
- - Raised the minimum supported Ruby version to 3.2.
76
+ ## [6.0.0] - 2022-05-23
77
+ ### Added
78
+ - Initial even release supporting Ruby >= 2.1
162
79
 
80
+ ## [5.0.1] - 2022-05-23
163
81
  ### Fixed
82
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
164
83
 
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
- ## [20.3.0] - 2026-05-30
172
-
84
+ ## [5.0.0] - 2022-05-23
173
85
  ### Added
86
+ - Initial odd release supporting Ruby ~> 2.1
174
87
 
175
- ### Changed
176
-
177
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
178
-
88
+ ## [4.0.2] - 2022-05-23
179
89
  ### Fixed
90
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
180
91
 
181
- ### Removed
182
-
183
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
184
-
185
- ## [20.6.2] - 2023-05-30
92
+ ## [4.0.1] - 2022-05-23
93
+ ### Fixed
94
+ - Ship rubocop config files in gem
95
+ - rubocop-lts.yml
186
96
 
97
+ ## [4.0.0] - 2022-05-22
187
98
  ### Added
99
+ - Initial even release supporting Ruby >= 2.0
188
100
 
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
- ## [20.2.1] - 2023-05-22
193
-
194
- ### Changed
195
-
196
- - Minimum Ruby version is 3.0
197
-
198
- ## [20.2.0] - 2023-05-22 [YANKED]
199
-
200
- ### Changed
201
-
202
- - Bumped dependency rubocop-ruby3_0 to ~> 2.0.4
101
+ ## [3.0.2] - 2022-05-23
102
+ ### Fixed
103
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
203
104
 
204
- ## [20.1.0] - 2023-03-17
105
+ ## [3.0.1] - 2022-05-23
106
+ ### Fixed
107
+ - Ship rubocop config files in gem
108
+ - rubocop-lts.yml
205
109
 
110
+ ## [3.0.0] - 2022-05-22
206
111
  ### Added
112
+ - Initial odd release supporting Ruby ~> 2.0
207
113
 
208
- - Certificate for signing gem releases
209
- - Gemspec metadata
210
- - funding_uri
211
- - SHA256 and SHA512 Checksums for release
212
-
213
- ### Changed
114
+ ## [2.0.3] - 2022-05-23
115
+ ### Fixed
116
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
214
117
 
215
- - Bumped dependency rubocop-ruby3_0 to ~> 1.1.2
216
- - Allows rubocop ~> 1.48.1
217
- - Compatible with rubocop-packaging ~> 0.5.2
218
- - Gem releases are now cryptographically signed
118
+ ## [2.0.2] - 2022-05-23
119
+ ### Fixed
120
+ - Ship rubocop config files in gem
121
+ - rubocop-lts.yml
122
+ - rubocop-lts1_8.yml
219
123
 
220
- ## [20.0.1] - 2022-06-09
124
+ ## [2.0.1] - 2022-05-22
125
+ ### Fixed
126
+ - Documentation typos & gemspec URLs
221
127
 
128
+ ## [2.0.0] - 2022-05-22
222
129
  ### Added
130
+ - Initial even release supporting Ruby >= 1.9
223
131
 
224
- - Improve, and dry up documentation
225
-
226
- ### Changed
227
-
228
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
229
-
132
+ ## [1.0.3] - 2022-05-23
230
133
  ### Fixed
134
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
231
135
 
232
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
233
-
234
- ## [20.0.0] - 2022-05-23
136
+ ## [1.0.2] - 2022-05-23
137
+ ### Fixed
138
+ - Ship rubocop config files in gem
139
+ - rubocop-lts.yml
140
+ - rubocop-lts1_8.yml
235
141
 
236
- - TAG: [v20.0.0][20.0.0t]
142
+ ## [1.0.1] - 2022-05-22
143
+ ### Fixed
144
+ - Documentation typos & gemspec URLs
237
145
 
146
+ ## [1.0.0] - 2022-05-22
238
147
  ### Added
239
-
240
- - Initial even release supporting Ruby >= 3.0
241
-
242
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.4.3...HEAD
243
- [20.4.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.4.2...v20.4.3
244
- [20.4.3t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v20.4.3
245
- [20.4.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.4.1...v20.4.2
246
- [20.4.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v20.4.2
247
- [20.4.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.4.0...v20.4.1
248
- [20.4.1t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v20.4.1
249
- [20.4.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v20.3.0...v20.4.0
250
- [20.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v20.6.2...v20.3.0
251
- [20.2.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.1...v20.2.2
252
- [20.2.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.0...v20.2.1
253
- [20.2.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.1.0...v20.2.0
254
- [20.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.1...v20.1.0
255
- [20.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v20.0.1
256
- [20.0.0]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v20.0.0
257
- [20.0.0t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v20.0.0
148
+ - Initial odd release supporting Ruby ~> 1.9
149
+
150
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v21.0.0...HEAD
151
+ [21.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v21.0.0
152
+ [20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v20.0.0
153
+ [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
154
+ [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
155
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
156
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
157
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
158
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
159
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
160
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
161
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
162
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
163
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
164
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
165
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
166
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
167
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
168
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
169
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
170
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
171
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
172
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
173
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
174
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
175
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
176
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
177
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
178
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
179
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
180
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
181
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
182
+ [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.