diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-15 09:41:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-03-15 09:41:19 -0400 |
commit | f2cfd1ffad439350e907483255c150360ea37108 (patch) | |
tree | 9e60e04f64a5673d8f857ea2dbfd8d36f824533d | |
parent | 5ec579610ace4d3e4f0a6432b26e1e968beccf36 (diff) | |
download | tor-f2cfd1ffad439350e907483255c150360ea37108.tar.gz tor-f2cfd1ffad439350e907483255c150360ea37108.zip |
Remove check-best-practices from check-local in 0.4.4
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a723c167ef..a212ae19c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -275,7 +275,6 @@ check-local: \ check-spaces \ check-changes \ check-includes \ - check-best-practices \ shellcheck # test-network requires a copy of Chutney in $CHUTNEY_PATH. |