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 +4 -4
- data/CHANGELOG.md +120 -198
- data/CODE_OF_CONDUCT.md +84 -0
- data/CONTRIBUTING.md +25 -0
- data/LICENSE.txt +21 -0
- data/README.md +369 -655
- data/SECURITY.md +34 -0
- data/lib/rubocop/lts/version.rb +1 -7
- data/lib/rubocop/lts.rb +1 -11
- data/rubocop-lts.yml +2 -15
- data/sig/rubocop/lts.rbs +1 -4
- data/spec/config/rspec/rspec_core.rb +13 -0
- data/spec/rubocop/lts_spec.rb +7 -0
- data/spec/spec_helper.rb +7 -0
- metadata +34 -377
- checksums.yaml.gz.sig +0 -0
- data/LICENSE.md +0 -10
- data/config/base.yml +0 -2
- data/config/rails.yml +0 -4
- data/config/rails_rspec.yml +0 -5
- data/config/rspec.yml +0 -4
- data/config/ruby.yml +0 -4
- data/config/ruby_rspec.yml +0 -5
- data/config/rubygem.yml +0 -4
- data/config/rubygem_rspec.yml +0 -5
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24bb066f8a8fc8a018f8684e3ea3e659e03388f6c93ebe4f9d22b3da85d3a38e
|
|
4
|
+
data.tar.gz: 053ac88079993fa9b69d81c765413db71be95f12c25fb785935ced9df66a41dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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]
|
|
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
|
-
###
|
|
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
|
-
-
|
|
43
|
-
|
|
44
|
-
-
|
|
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
|
-
|
|
134
|
-
|
|
24
|
+
## [17.0.0] - 2022-05-23
|
|
25
|
+
### Added
|
|
26
|
+
- Initial odd release supporting Ruby ~> 2.7
|
|
135
27
|
|
|
136
|
-
|
|
28
|
+
## [16.0.0] - 2022-05-23
|
|
29
|
+
### Added
|
|
30
|
+
- Initial even release supporting Ruby >= 2.6
|
|
137
31
|
|
|
138
|
-
## [
|
|
32
|
+
## [15.0.0] - 2022-05-23
|
|
33
|
+
### Added
|
|
34
|
+
- Initial odd release supporting Ruby ~> 2.6
|
|
139
35
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
-
|
|
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
|
-
|
|
44
|
+
## [12.0.0] - 2022-05-23
|
|
45
|
+
### Added
|
|
46
|
+
- Initial even release supporting Ruby >= 2.4
|
|
148
47
|
|
|
149
|
-
|
|
48
|
+
## [11.0.0] - 2022-05-23
|
|
49
|
+
### Added
|
|
50
|
+
- Initial odd release supporting Ruby ~> 2.4
|
|
150
51
|
|
|
151
|
-
|
|
152
|
-
|
|
52
|
+
## [10.0.0] - 2022-05-23
|
|
53
|
+
### Added
|
|
54
|
+
- Initial even release supporting Ruby >= 2.3
|
|
153
55
|
|
|
154
|
-
## [
|
|
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
|
-
|
|
64
|
+
## [7.0.0] - 2022-05-23
|
|
65
|
+
### Added
|
|
66
|
+
- Initial odd release supporting Ruby ~> 2.2
|
|
159
67
|
|
|
160
|
-
|
|
161
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
182
|
-
|
|
183
|
-
-
|
|
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
|
-
|
|
190
|
-
|
|
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
|
-
## [
|
|
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
|
-
|
|
203
|
-
|
|
204
|
-
|
|
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
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
-
|
|
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
|
-
## [
|
|
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
|
-
|
|
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
|
-
|
|
227
|
-
|
|
228
|
-
|
|
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
|
-
|
|
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
|
-
|
|
235
|
-
|
|
236
|
-
[
|
|
237
|
-
[18.
|
|
238
|
-
[
|
|
239
|
-
[
|
|
240
|
-
[
|
|
241
|
-
[
|
|
242
|
-
[
|
|
243
|
-
[
|
|
244
|
-
[
|
|
245
|
-
[
|
|
246
|
-
[
|
|
247
|
-
[
|
|
248
|
-
[
|
|
249
|
-
[
|
|
250
|
-
[
|
|
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
|
data/CODE_OF_CONDUCT.md
ADDED
|
@@ -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]
|
|
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.
|