Repository: yetus Updated Branches: refs/heads/master 750f25f02 -> 8d4b37c51
YETUS-718. whitespace plugin only exempts root level Makefiles Signed-off-by: Akira Ajisaka <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/8d4b37c5 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/8d4b37c5 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/8d4b37c5 Branch: refs/heads/master Commit: 8d4b37c51d552c90d45ae5378dabf7f6180a3c19 Parents: 750f25f Author: Allen Wittenauer <[email protected]> Authored: Wed Nov 14 11:05:01 2018 -0800 Committer: Akira Ajisaka <[email protected]> Committed: Fri Nov 16 14:21:43 2018 +0900 ---------------------------------------------------------------------- precommit/src/main/shell/test-patch.d/whitespace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/8d4b37c5/precommit/src/main/shell/test-patch.d/whitespace.sh ---------------------------------------------------------------------- diff --git a/precommit/src/main/shell/test-patch.d/whitespace.sh b/precommit/src/main/shell/test-patch.d/whitespace.sh index 390f15f..861fe3b 100755 --- a/precommit/src/main/shell/test-patch.d/whitespace.sh +++ b/precommit/src/main/shell/test-patch.d/whitespace.sh @@ -15,7 +15,7 @@ # limitations under the License. WHITESPACE_EOL_IGNORE_LIST= -WHITESPACE_TABS_IGNORE_LIST=Makefile +WHITESPACE_TABS_IGNORE_LIST='.*Makefile.*' add_test_type whitespace
