n2n/tools
Hamish Coleman 80b33cd1a9
Basic C Code lint checker and shell checker (#859)
* Factor build packages out into a more maintainable list

* Create a location for scripts to live

* Provide a make target to return the source dir as close as reasonable to the original distributed state

* Add a code lint step, checking the coding style

* Change test harness as recommended by shellcheck

* Ensure we actually have the linter tool installed

* Use the correct directory for cmake to run the tests

* Adjust for the older uncrustify in the current github ubuntu-latest

* Make one file pass the linter

* Integrate the lint with the existing test workflow

* Add files with minimal changes needed to the linter

* Add more files with minimal changes needed to the linter

* Dont build binaries if we fail the lint test

* Update the phony targets with the lint steps

* Ensure the flake8 package is installed in the new lint workflow job

* Use the makefile to drive the packages needed to install for linting

* No need to add dependancies on lint, just rely on the workflow status to show failure

* Update the scripts dir README to reflect current assumptions

* Rename and briefly document the indent.sh script

* Fix the ignore to ignore the right Makefile

* Rename the test_harness script to make it clear it is a shell script

* Provide a master lint make target and add a shell script lint tool

* Elminate stray tabs

* Drop include/auth.h from linter - there are inconsistant results with function definitions when using the current uncrustify rules
2021-10-24 01:21:18 +05:45
..
Makefile.in added mingw test platform (#829) 2021-10-06 00:52:15 +05:45
n2n-benchmark.c added mingw test platform (#829) 2021-10-06 00:52:15 +05:45
n2n-decode.c simplified the makefiles (#795) 2021-09-16 18:34:04 +05:45
n2n-keygen.c simplified the makefiles (#795) 2021-09-16 18:34:04 +05:45
tests-compress.c Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
tests-elliptic.c Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
tests-hashing.c Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
tests-transform.c Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
tests-wire.c Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45