rubocop-lts 4.3.2 → 4.3.4
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +110 -1
- data/LICENSE.md +1 -1
- data/README.md +41 -57
- data/lib/rubocop/lts/version.rb +4 -1
- data/lib/rubocop/lts.rb +0 -1
- data/sig/rubocop/lts.rbs +2 -0
- data.tar.gz.sig +0 -0
- metadata +55 -53
- metadata.gz.sig +0 -0
- data/CITATION.cff +0 -20
- data/CODE_OF_CONDUCT.md +0 -134
- data/CONTRIBUTING.md +0 -275
- data/FUNDING.md +0 -70
- data/RUBOCOP.md +0 -71
- data/SECURITY.md +0 -21
- data/certs/pboling.pem +0 -27
- data/sig/rubocop/lts/version.rbs +0 -8
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-lts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '3.0'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 3.0.
|
|
49
|
+
version: 3.0.7
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -56,7 +56,7 @@ dependencies:
|
|
|
56
56
|
version: '3.0'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 3.0.
|
|
59
|
+
version: 3.0.7
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: standard-rubocop-lts
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
version: '2.0'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.0.
|
|
69
|
+
version: 2.0.13
|
|
70
70
|
type: :runtime
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -76,7 +76,7 @@ dependencies:
|
|
|
76
76
|
version: '2.0'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.0.
|
|
79
|
+
version: 2.0.13
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: version_gem
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,7 +86,7 @@ dependencies:
|
|
|
86
86
|
version: '1.1'
|
|
87
87
|
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 1.1.
|
|
89
|
+
version: 1.1.15
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -96,27 +96,27 @@ dependencies:
|
|
|
96
96
|
version: '1.1'
|
|
97
97
|
- - ">="
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
|
-
version: 1.1.
|
|
99
|
+
version: 1.1.15
|
|
100
100
|
- !ruby/object:Gem::Dependency
|
|
101
101
|
name: kettle-dev
|
|
102
102
|
requirement: !ruby/object:Gem::Requirement
|
|
103
103
|
requirements:
|
|
104
104
|
- - "~>"
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: '
|
|
106
|
+
version: '3.0'
|
|
107
107
|
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version:
|
|
109
|
+
version: 3.0.33
|
|
110
110
|
type: :development
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - "~>"
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: '
|
|
116
|
+
version: '3.0'
|
|
117
117
|
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version:
|
|
119
|
+
version: 3.0.33
|
|
120
120
|
- !ruby/object:Gem::Dependency
|
|
121
121
|
name: bundler-audit
|
|
122
122
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -165,26 +165,46 @@ dependencies:
|
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
167
|
version: 1.0.4
|
|
168
|
+
- !ruby/object:Gem::Dependency
|
|
169
|
+
name: anonymous_loader
|
|
170
|
+
requirement: !ruby/object:Gem::Requirement
|
|
171
|
+
requirements:
|
|
172
|
+
- - "~>"
|
|
173
|
+
- !ruby/object:Gem::Version
|
|
174
|
+
version: '0.1'
|
|
175
|
+
- - ">="
|
|
176
|
+
- !ruby/object:Gem::Version
|
|
177
|
+
version: 0.1.3
|
|
178
|
+
type: :development
|
|
179
|
+
prerelease: false
|
|
180
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
181
|
+
requirements:
|
|
182
|
+
- - "~>"
|
|
183
|
+
- !ruby/object:Gem::Version
|
|
184
|
+
version: '0.1'
|
|
185
|
+
- - ">="
|
|
186
|
+
- !ruby/object:Gem::Version
|
|
187
|
+
version: 0.1.3
|
|
168
188
|
- !ruby/object:Gem::Dependency
|
|
169
189
|
name: appraisal2
|
|
170
190
|
requirement: !ruby/object:Gem::Requirement
|
|
171
191
|
requirements:
|
|
172
192
|
- - "~>"
|
|
173
193
|
- !ruby/object:Gem::Version
|
|
174
|
-
version: '3.
|
|
194
|
+
version: '3.2'
|
|
175
195
|
- - ">="
|
|
176
196
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.
|
|
197
|
+
version: 3.2.3
|
|
178
198
|
type: :development
|
|
179
199
|
prerelease: false
|
|
180
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
181
201
|
requirements:
|
|
182
202
|
- - "~>"
|
|
183
203
|
- !ruby/object:Gem::Version
|
|
184
|
-
version: '3.
|
|
204
|
+
version: '3.2'
|
|
185
205
|
- - ">="
|
|
186
206
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.
|
|
207
|
+
version: 3.2.3
|
|
188
208
|
- !ruby/object:Gem::Dependency
|
|
189
209
|
name: kettle-test
|
|
190
210
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -194,7 +214,7 @@ dependencies:
|
|
|
194
214
|
version: '2.0'
|
|
195
215
|
- - ">="
|
|
196
216
|
- !ruby/object:Gem::Version
|
|
197
|
-
version: 2.0.
|
|
217
|
+
version: 2.0.21
|
|
198
218
|
type: :development
|
|
199
219
|
prerelease: false
|
|
200
220
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -204,27 +224,27 @@ dependencies:
|
|
|
204
224
|
version: '2.0'
|
|
205
225
|
- - ">="
|
|
206
226
|
- !ruby/object:Gem::Version
|
|
207
|
-
version: 2.0.
|
|
227
|
+
version: 2.0.21
|
|
208
228
|
- !ruby/object:Gem::Dependency
|
|
209
229
|
name: turbo_tests2
|
|
210
230
|
requirement: !ruby/object:Gem::Requirement
|
|
211
231
|
requirements:
|
|
212
232
|
- - "~>"
|
|
213
233
|
- !ruby/object:Gem::Version
|
|
214
|
-
version: '3.
|
|
234
|
+
version: '3.2'
|
|
215
235
|
- - ">="
|
|
216
236
|
- !ruby/object:Gem::Version
|
|
217
|
-
version: 3.
|
|
237
|
+
version: 3.2.7
|
|
218
238
|
type: :development
|
|
219
239
|
prerelease: false
|
|
220
240
|
version_requirements: !ruby/object:Gem::Requirement
|
|
221
241
|
requirements:
|
|
222
242
|
- - "~>"
|
|
223
243
|
- !ruby/object:Gem::Version
|
|
224
|
-
version: '3.
|
|
244
|
+
version: '3.2'
|
|
225
245
|
- - ">="
|
|
226
246
|
- !ruby/object:Gem::Version
|
|
227
|
-
version: 3.
|
|
247
|
+
version: 3.2.7
|
|
228
248
|
- !ruby/object:Gem::Dependency
|
|
229
249
|
name: ruby-progressbar
|
|
230
250
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -248,7 +268,7 @@ dependencies:
|
|
|
248
268
|
version: '1.0'
|
|
249
269
|
- - ">="
|
|
250
270
|
- !ruby/object:Gem::Version
|
|
251
|
-
version: 1.0.
|
|
271
|
+
version: 1.0.8
|
|
252
272
|
type: :development
|
|
253
273
|
prerelease: false
|
|
254
274
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -258,7 +278,7 @@ dependencies:
|
|
|
258
278
|
version: '1.0'
|
|
259
279
|
- - ">="
|
|
260
280
|
- !ruby/object:Gem::Version
|
|
261
|
-
version: 1.0.
|
|
281
|
+
version: 1.0.8
|
|
262
282
|
- !ruby/object:Gem::Dependency
|
|
263
283
|
name: gitmoji-regex
|
|
264
284
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -268,7 +288,7 @@ dependencies:
|
|
|
268
288
|
version: '2.0'
|
|
269
289
|
- - ">="
|
|
270
290
|
- !ruby/object:Gem::Version
|
|
271
|
-
version: 2.0.
|
|
291
|
+
version: 2.0.12
|
|
272
292
|
type: :development
|
|
273
293
|
prerelease: false
|
|
274
294
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -278,7 +298,7 @@ dependencies:
|
|
|
278
298
|
version: '2.0'
|
|
279
299
|
- - ">="
|
|
280
300
|
- !ruby/object:Gem::Version
|
|
281
|
-
version: 2.0.
|
|
301
|
+
version: 2.0.12
|
|
282
302
|
- !ruby/object:Gem::Dependency
|
|
283
303
|
name: rspec-block_is_expected
|
|
284
304
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -308,7 +328,7 @@ dependencies:
|
|
|
308
328
|
version: '1.0'
|
|
309
329
|
- - ">="
|
|
310
330
|
- !ruby/object:Gem::Version
|
|
311
|
-
version: 1.0.
|
|
331
|
+
version: 1.0.6
|
|
312
332
|
type: :development
|
|
313
333
|
prerelease: false
|
|
314
334
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -318,7 +338,7 @@ dependencies:
|
|
|
318
338
|
version: '1.0'
|
|
319
339
|
- - ">="
|
|
320
340
|
- !ruby/object:Gem::Version
|
|
321
|
-
version: 1.0.
|
|
341
|
+
version: 1.0.6
|
|
322
342
|
- !ruby/object:Gem::Dependency
|
|
323
343
|
name: rubocop-packaging
|
|
324
344
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -345,27 +365,11 @@ email:
|
|
|
345
365
|
- floss@galtzo.com
|
|
346
366
|
executables: []
|
|
347
367
|
extensions: []
|
|
348
|
-
extra_rdoc_files:
|
|
349
|
-
- CHANGELOG.md
|
|
350
|
-
- CITATION.cff
|
|
351
|
-
- CODE_OF_CONDUCT.md
|
|
352
|
-
- CONTRIBUTING.md
|
|
353
|
-
- FUNDING.md
|
|
354
|
-
- LICENSE.md
|
|
355
|
-
- README.md
|
|
356
|
-
- RUBOCOP.md
|
|
357
|
-
- SECURITY.md
|
|
368
|
+
extra_rdoc_files: []
|
|
358
369
|
files:
|
|
359
370
|
- CHANGELOG.md
|
|
360
|
-
- CITATION.cff
|
|
361
|
-
- CODE_OF_CONDUCT.md
|
|
362
|
-
- CONTRIBUTING.md
|
|
363
|
-
- FUNDING.md
|
|
364
371
|
- LICENSE.md
|
|
365
372
|
- README.md
|
|
366
|
-
- RUBOCOP.md
|
|
367
|
-
- SECURITY.md
|
|
368
|
-
- certs/pboling.pem
|
|
369
373
|
- config/base.yml
|
|
370
374
|
- config/rails.yml
|
|
371
375
|
- config/rails_rspec.yml
|
|
@@ -378,25 +382,24 @@ files:
|
|
|
378
382
|
- lib/rubocop/lts/version.rb
|
|
379
383
|
- rubocop-lts.yml
|
|
380
384
|
- sig/rubocop/lts.rbs
|
|
381
|
-
- sig/rubocop/lts/version.rbs
|
|
382
385
|
homepage: https://github.com/rubocop-lts/rubocop-lts
|
|
383
386
|
licenses:
|
|
384
387
|
- MIT
|
|
385
388
|
metadata:
|
|
386
389
|
homepage_uri: https://rubocop-lts.gitlab.io/
|
|
387
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.3.
|
|
388
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.3.
|
|
390
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.3.4
|
|
391
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.3.4/CHANGELOG.md
|
|
389
392
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
|
390
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.3.
|
|
393
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.3.4
|
|
391
394
|
funding_uri: https://github.com/sponsors/pboling
|
|
392
395
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
|
393
396
|
news_uri: https://www.railsbling.com/tags/rubocop-lts
|
|
394
397
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
398
|
+
mailing_list_uri: https://www.rubyforum.org/tag/rubocop-lts
|
|
395
399
|
rubygems_mfa_required: 'true'
|
|
396
400
|
rdoc_options:
|
|
397
401
|
- "--title"
|
|
398
|
-
- "rubocop-lts - \U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint +
|
|
399
|
-
+ Gradual"
|
|
402
|
+
- "rubocop-lts - \U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Gradual"
|
|
400
403
|
- "--main"
|
|
401
404
|
- README.md
|
|
402
405
|
- "--exclude"
|
|
@@ -417,8 +420,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
417
420
|
- !ruby/object:Gem::Version
|
|
418
421
|
version: '0'
|
|
419
422
|
requirements: []
|
|
420
|
-
rubygems_version: 4.0.
|
|
423
|
+
rubygems_version: 4.0.17
|
|
421
424
|
specification_version: 4
|
|
422
|
-
summary: "\U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint +
|
|
423
|
-
Gradual"
|
|
425
|
+
summary: "\U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Gradual"
|
|
424
426
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/CITATION.cff
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
cff-version: 1.2.0
|
|
2
|
-
title: "rubocop-lts"
|
|
3
|
-
message: >-
|
|
4
|
-
If you use this work and you want to cite it,
|
|
5
|
-
then you can use the metadata from this file.
|
|
6
|
-
type: software
|
|
7
|
-
authors:
|
|
8
|
-
- given-names: "Peter H."
|
|
9
|
-
family-names: "Boling"
|
|
10
|
-
email: "floss@galtzo.com"
|
|
11
|
-
affiliation: "galtzo.com"
|
|
12
|
-
orcid: 'https://orcid.org/0009-0008-8519-441X'
|
|
13
|
-
identifiers:
|
|
14
|
-
- type: url
|
|
15
|
-
value: 'https://github.com/rubocop-lts/rubocop-lts'
|
|
16
|
-
description: "rubocop-lts"
|
|
17
|
-
repository-code: 'https://github.com/rubocop-lts/rubocop-lts'
|
|
18
|
-
abstract: >-
|
|
19
|
-
rubocop-lts
|
|
20
|
-
license: See license file
|
data/CODE_OF_CONDUCT.md
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
|
2
|
-
|
|
3
|
-
## Our Pledge
|
|
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.
|
|
11
|
-
|
|
12
|
-
We pledge to act and interact in ways that contribute to an open, welcoming,
|
|
13
|
-
diverse, inclusive, and healthy community.
|
|
14
|
-
|
|
15
|
-
## Our Standards
|
|
16
|
-
|
|
17
|
-
Examples of behavior that contributes to a positive environment for our
|
|
18
|
-
community include:
|
|
19
|
-
|
|
20
|
-
* Demonstrating empathy and kindness toward other people
|
|
21
|
-
* Being respectful of differing opinions, viewpoints, and experiences
|
|
22
|
-
* 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
|
|
27
|
-
|
|
28
|
-
Examples of unacceptable behavior include:
|
|
29
|
-
|
|
30
|
-
* The use of sexualized language or imagery, and sexual attention or advances of
|
|
31
|
-
any kind
|
|
32
|
-
* Trolling, insulting or derogatory comments, and personal or political attacks
|
|
33
|
-
* Public or private harassment
|
|
34
|
-
* Publishing others' private information, such as a physical or email address,
|
|
35
|
-
without their explicit permission
|
|
36
|
-
* Other conduct which could reasonably be considered inappropriate in a
|
|
37
|
-
professional setting
|
|
38
|
-
|
|
39
|
-
## Enforcement Responsibilities
|
|
40
|
-
|
|
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.
|
|
45
|
-
|
|
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.
|
|
50
|
-
|
|
51
|
-
## Scope
|
|
52
|
-
|
|
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.
|
|
58
|
-
|
|
59
|
-
## Enforcement
|
|
60
|
-
|
|
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.
|
|
65
|
-
|
|
66
|
-
All community leaders are obligated to respect the privacy and security of the
|
|
67
|
-
reporter of any incident.
|
|
68
|
-
|
|
69
|
-
## Enforcement Guidelines
|
|
70
|
-
|
|
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:
|
|
73
|
-
|
|
74
|
-
### 1. Correction
|
|
75
|
-
|
|
76
|
-
**Community Impact**: Use of inappropriate language or other behavior deemed
|
|
77
|
-
unprofessional or unwelcome in the community.
|
|
78
|
-
|
|
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.
|
|
82
|
-
|
|
83
|
-
### 2. Warning
|
|
84
|
-
|
|
85
|
-
**Community Impact**: A violation through a single incident or series of
|
|
86
|
-
actions.
|
|
87
|
-
|
|
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.
|
|
94
|
-
|
|
95
|
-
### 3. Temporary Ban
|
|
96
|
-
|
|
97
|
-
**Community Impact**: A serious violation of community standards, including
|
|
98
|
-
sustained inappropriate behavior.
|
|
99
|
-
|
|
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.
|
|
105
|
-
|
|
106
|
-
### 4. Permanent Ban
|
|
107
|
-
|
|
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.
|
|
111
|
-
|
|
112
|
-
**Consequence**: A permanent ban from any sort of public interaction within the
|
|
113
|
-
community.
|
|
114
|
-
|
|
115
|
-
## Attribution
|
|
116
|
-
|
|
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].
|
|
120
|
-
|
|
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].
|
|
127
|
-
|
|
128
|
-
[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
|