commit e380396d423deded74e6c0e6f6f767a1cc93df04 parent d4a74021e5ab9dbaf3bb27c0a52e1fd7f8f792ab Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 20 Mar 2020 08:06:30 -0400 Merge remote-tracking branch 'tor-github/pr/1823/head' into maint-0.4.3 Diffstat:
| A | changes/ticket33678_043 | | | 3 | +++ |
| D | scripts/maint/practracker/.enable_practracker_in_hooks | | | 1 | - |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/changes/ticket33678_043 b/changes/ticket33678_043 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Disable our coding standards best practices tracker in our git hooks. + (0.4.3 branches only.) Closes ticket 33678. diff --git a/scripts/maint/practracker/.enable_practracker_in_hooks b/scripts/maint/practracker/.enable_practracker_in_hooks @@ -1 +0,0 @@ -This file is present to tell our git hooks to run practracker on this branch.