mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Add makefile target for spell checking and all tests
This commit is contained in:
parent
02e7cc029c
commit
16df5d8255
@ -339,3 +339,8 @@ check-unit: tests/unittests/unittests
|
||||
|
||||
format: $(all_c_sources)
|
||||
clang-format -i $(all_c_sources)
|
||||
|
||||
spell:
|
||||
codespell
|
||||
|
||||
doublecheck: format check spell
|
||||
|
Loading…
Reference in New Issue
Block a user