mirror of
https://github.com/github/codeql.git
synced 2026-03-16 20:46:49 +01:00
26 lines
535 B
YAML
26 lines
535 B
YAML
extends: existence
|
||
message: "Don’t use language ('%s') that defines people by their disability."
|
||
link: 'https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/term-collections/bits-bytes-terms'
|
||
level: suggestion
|
||
ignorecase: true
|
||
tokens:
|
||
- a victim of
|
||
- able-bodied
|
||
- affected by
|
||
- an epileptic
|
||
- crippled
|
||
- disabled
|
||
- dumb
|
||
- handicapped
|
||
- handicaps
|
||
- healthy
|
||
- lame
|
||
- maimed
|
||
- missing a limb
|
||
- mute
|
||
- normal
|
||
- sight-impaired
|
||
- stricken with
|
||
- suffers from
|
||
- vision-impaired
|