diff options
author | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-12-21 17:07:57 -0500 |
---|---|---|
committer | Chelsea H. Komlo <chelsea.komlo@gmail.com> | 2016-12-21 17:08:06 -0500 |
commit | dfde58db6b4ca0b406b872d7b049efbe07d7a0fe (patch) | |
tree | f6dbd3718ad8d3f5079bd510ac8bf0af542c5330 /doc/HACKING/CodingStandards.md | |
parent | d95678ca8f97ac6e648598af01b4394840999e72 (diff) | |
download | tor-dfde58db6b4ca0b406b872d7b049efbe07d7a0fe.tar.gz tor-dfde58db6b4ca0b406b872d7b049efbe07d7a0fe.zip |
check-spaces is run as part of make check
Diffstat (limited to 'doc/HACKING/CodingStandards.md')
-rw-r--r-- | doc/HACKING/CodingStandards.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/HACKING/CodingStandards.md b/doc/HACKING/CodingStandards.md index 9932c77353..c7787a72cc 100644 --- a/doc/HACKING/CodingStandards.md +++ b/doc/HACKING/CodingStandards.md @@ -4,7 +4,6 @@ Coding conventions for Tor tl;dr: - Run configure with `--enable-fatal-warnings` - - Run `make check-spaces` to catch whitespace errors - Document your functions - Write unit tests - Run `make test-full` to test against all unit and integration tests. @@ -24,7 +23,6 @@ preference) Did you remember... - To build your code while configured with `--enable-fatal-warnings`? - - To run `make check-spaces` on your code? - To run `make check-docs` to see whether all new options are on the manpage? - To write unit tests, as possible? |