From b32ba9f736995b52c4cb18ebc6e8e8b90c45c120 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 25 Jul 2018 01:44:02 +0200 Subject: Improve a bit nautilus' popup --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 209a829..21cd8e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ bandit: - apt-get -qqy update - apt-get -qqy install --no-install-recommends python3-bandit - bandit ./mat2 --format txt - - bandit -r ./nautilus/ --format txt + - bandit -r ./nautilus/ --format txt --skip B101 - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314 pylint: -- cgit v1.3