diff options
author | teor <teor@torproject.org> | 2020-04-09 19:41:19 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-09 19:41:19 +1000 |
commit | 1ae0839ef24d303f77cec165df5223a66131567c (patch) | |
tree | aeaf92862111d7ec24dda18268ebb06cf14002fd /Makefile.am | |
parent | f6efb3a184341b5b46c8a565e2ec297d2846e45c (diff) | |
parent | 2d34d4d1af5395885780ee96fbedb0bf17fb0f44 (diff) | |
download | tor-1ae0839ef24d303f77cec165df5223a66131567c.tar.gz tor-1ae0839ef24d303f77cec165df5223a66131567c.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
Remove check-best-practices from check-local in maint-0.4.3.
(The check-local jobs are all on separate lines in 0.4.3.)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ac61a990fc..8b55bf0e32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -271,7 +271,6 @@ check-local: \ check-spaces \ check-changes \ check-includes \ - check-best-practices \ shellcheck \ check-cocci |