From bb3df5f322814740d7021ae680bc387297c84e72 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 20 Mar 2020 17:32:57 +1000 Subject: [PATCH] practracker: Disable practracker in git hooks Disable our coding standards best practices tracker in our git hooks. 0.4.3 branches only. Closes ticket 33678. --- changes/ticket33678_043 | 3 +++ scripts/maint/practracker/.enable_practracker_in_hooks | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changes/ticket33678_043 delete mode 100644 scripts/maint/practracker/.enable_practracker_in_hooks diff --git a/changes/ticket33678_043 b/changes/ticket33678_043 new file mode 100644 index 0000000000..12316262fd --- /dev/null +++ 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 deleted file mode 100644 index a9e707f5da..0000000000 --- a/scripts/maint/practracker/.enable_practracker_in_hooks +++ /dev/null @@ -1 +0,0 @@ -This file is present to tell our git hooks to run practracker on this branch.