mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Mention make spell and doublecheck in contributing.md
This commit is contained in:
parent
16df5d8255
commit
ce5bf721ca
@ -1,5 +1,7 @@
|
||||
# Contributing to Profanity
|
||||
|
||||
`make doublecheck` will run the code formatter, spell checker and unit tests.
|
||||
|
||||
## Coding style
|
||||
Follow the style already present ;-)
|
||||
|
||||
@ -59,3 +61,5 @@ scan-view ...
|
||||
|
||||
We include a `.codespellrc` configuration file for `codespell` in the root directory.
|
||||
Before comitting it might make sense to run `codespell` to see if you made any typos.
|
||||
|
||||
You can run the `make spell` command for this.
|
||||
|
Loading…
Reference in New Issue
Block a user