From 6e1c8c30fd52903e8cb3e527579c99b24d2e23fb Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 1 Sep 2022 14:24:30 -0700 Subject: [PATCH] dynamicdns: Check action script with flake8 - When the action was converted from shell to python3, it was not removed from the exclusion list. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b11199c70..fa0ee5529 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ code-quality: stage: test needs: [] script: - - python3 -m flake8 --exclude actions/domainname-change,actions/dynamicdns,actions/hostname-change,actions/networks container plinth actions/* + - python3 -m flake8 --exclude actions/domainname-change,actions/hostname-change,actions/networks container plinth actions/* unit-tests: stage: test