From 4b1d2ba9798b0255d9566a642dffd09467e321df Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 30 Aug 2019 23:03:50 +1000 Subject: [PATCH] changes: file for 30967 --- changes/ticket30967 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ticket30967 diff --git a/changes/ticket30967 b/changes/ticket30967 new file mode 100644 index 0000000000..5fe9c980b6 --- /dev/null +++ b/changes/ticket30967 @@ -0,0 +1,6 @@ + o Testing: + - When checking shell scripts, ignore any user-created directories. + Closes ticket 30967. + o Minor features (git scripts): + - Call the shellcheck script from the pre-commit hook. + Closes ticket 30967.