From 2004342dd345de0f6b4183059a1d62a2eb542f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Fri, 29 Nov 2019 08:23:40 +0100 Subject: [PATCH] bitbucket-pipelines.yml: Activate check_fix_white_space.py --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f3e3890..093b1f2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -7,4 +7,5 @@ pipelines: - step: script: - git submodule update --init - - python twincat_version_manager.py \ No newline at end of file + - python twincat_version_manager.py + - python check_fix_white_space.py