Skip to content

Commit

Permalink
Add insanely, suggest incredibly
Browse files Browse the repository at this point in the history
Suggested over email.
  • Loading branch information
wooorm committed Aug 15, 2021
1 parent e50b9ec commit db1df50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions data/en/ablist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
- malicious
- mean
- disgusting
- incredible
- vile
- person with symptoms of mental illness
- person with mental illness
Expand All @@ -85,6 +86,12 @@
- nuts
- mental case
- mental
- type: basic
note: Describe the behavior or illness without derogatory words.
considerate:
- incredibly
inconsiderate:
- insanely
- type: basic
note: When describing a mathematical or programmatic value, using the word “sane” needlessly invokes the topic of mental health. Consider using a domain-specific or neutral term instead.
considerate:
Expand Down
3 changes: 2 additions & 1 deletion rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ true`, thus suggesting two alternatives for `him or her`.
| `suffers-from-disabilities` | [basic](#basic) | `suffers from disabilities`, `suffering from disabilities`, `suffering from a disability`, `afflicted with disabilities`, `afflicted with a disability` | `has a disability`, `person with a disability`, `people with disabilities` |
| `intellectually-disabled-people` | [basic](#basic) | `intellectually disabled people` | `people with intellectual disabilities` |
| `intellectually-disabled` | [basic](#basic) | `intellectually disabled`, `has intellectual issues`, `suffers from intellectual disabilities`, `suffering from intellectual disabilities`, `suffering from an intellectual disability`, `afflicted with intellectual disabilities`, `afflicted with a intellectual disability` | `person with an intellectual disability` |
| `nuts` | [basic](#basic) | `batshit`, `psycho`, `crazy`, `delirious`, `insane`, `insanity`, `loony`, `lunacy`, `lunatic`, `mentally ill`, `psychopathology`, `mental defective`, `moron`, `moronic`, `nuts`, `mental case`, `mental` | `rude`, `malicious`, `mean`, `disgusting`, `vile`, `person with symptoms of mental illness`, `person with mental illness`, `person with symptoms of a mental disorder`, `person with a mental disorder` |
| `nuts` | [basic](#basic) | `batshit`, `psycho`, `crazy`, `delirious`, `insane`, `insanity`, `loony`, `lunacy`, `lunatic`, `mentally ill`, `psychopathology`, `mental defective`, `moron`, `moronic`, `nuts`, `mental case`, `mental` | `rude`, `malicious`, `mean`, `disgusting`, `incredible`, `vile`, `person with symptoms of mental illness`, `person with mental illness`, `person with symptoms of a mental disorder`, `person with a mental disorder` |
| `insanely` | [basic](#basic) | `insanely` | `incredibly` |
| `sane` | [basic](#basic) | `sane` | `correct`, `adequate`, `sufficient`, `consistent`, `valid`, `coherent`, `sensible`, `reasonable` |
| `sanity-check` | [basic](#basic) | `sanity check` | `check`, `assertion`, `validation`, `smoke test` |
| `bipolar` | [basic](#basic) | `bipolar` | `fluctuating`, `person with bipolar disorder` |
Expand Down
6 changes: 3 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ test('retext-equality', (t) => {
t.same(
process('Eric is mentally ill.'),
[
'1:9-1:17: `mentally ill` may be insensitive, use `rude`, `malicious`, `mean`, `disgusting`, `vile`, `person with symptoms of mental illness`, `person with mental illness`, `person with symptoms of a mental disorder`, `person with a mental disorder` instead'
'1:9-1:17: `mentally ill` may be insensitive, use `rude`, `malicious`, `mean`, `disgusting`, `incredible`, `vile`, `person with symptoms of mental illness`, `person with mental illness`, `person with symptoms of a mental disorder`, `person with a mental disorder` instead'
],
'ablist-language'
)
Expand All @@ -185,7 +185,7 @@ test('Phrasing', (t) => {
t.same(
process('This is insane.'),
[
'1:9-1:15: `insane` may be insensitive, use `rude`, `malicious`, `mean`, `disgusting`, `vile`, `person with symptoms of mental illness`, `person with mental illness`, `person with symptoms of a mental disorder`, `person with a mental disorder` instead'
'1:9-1:15: `insane` may be insensitive, use `rude`, `malicious`, `mean`, `disgusting`, `incredible`, `vile`, `person with symptoms of mental illness`, `person with mental illness`, `person with symptoms of a mental disorder`, `person with a mental disorder` instead'
],
'This is insane'
)
Expand Down Expand Up @@ -265,7 +265,7 @@ test('Phrasing', (t) => {
t.same(
process('Yeah, you were really psycho to him.'),
[
'1:23-1:29: `psycho` may be insensitive, use `rude`, `malicious`, `mean`, `disgusting`, `vile`, `person with symptoms of mental illness`, `person with mental illness`, `person with symptoms of a mental disorder`, `person with a mental disorder` instead',
'1:23-1:29: `psycho` may be insensitive, use `rude`, `malicious`, `mean`, `disgusting`, `incredible`, `vile`, `person with symptoms of mental illness`, `person with mental illness`, `person with symptoms of a mental disorder`, `person with a mental disorder` instead',
'1:33-1:36: `him` may be insensitive, when referring to a person, use `their`, `theirs`, `them` instead'
],
'Yeah, you were really psycho to him'
Expand Down

0 comments on commit db1df50

Please sign in to comment.