From 220653827c2df98cdbc8e94423e549edb4231d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20N=C3=A4slund?= Date: Fri, 18 Nov 2022 11:11:38 +0100 Subject: ignore duplicate code in tests --- dev-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-run.sh') diff --git a/dev-run.sh b/dev-run.sh index 51a4cbb..bf35a42 100755 --- a/dev-run.sh +++ b/dev-run.sh @@ -36,7 +36,7 @@ fi which pylint > /dev/null if [ $? -eq 0 ] then - pylint --max-line-length 120 tests/*.py # || exit 1 + pylint --disable R0801 --max-line-length 120 tests/*.py # || exit 1 fi # Stop the containers -- cgit v1.1