mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 05:56:22 +00:00
Add makefile target for spell checking and all tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user