Add Readability package.
This commit is contained in:
parent
1471c54c76
commit
9b57f2fcfb
90 changed files with 3856 additions and 2 deletions
17
styles/proselint/Spelling.yml
Normal file
17
styles/proselint/Spelling.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends: consistency
|
||||
message: "Inconsistent spelling of '%s'."
|
||||
level: error
|
||||
ignorecase: true
|
||||
either:
|
||||
advisor: adviser
|
||||
centre: center
|
||||
colour: color
|
||||
emphasise: emphasize
|
||||
finalise: finalize
|
||||
focussed: focused
|
||||
labour: labor
|
||||
learnt: learned
|
||||
organise: organize
|
||||
organised: organized
|
||||
organising: organizing
|
||||
recognise: recognize
|
||||
Loading…
Add table
Add a link
Reference in a new issue