From 9a30853577300ed1ac176e73b018184b25fbe3dd Mon Sep 17 00:00:00 2001 From: borzechof99 <borzechof99@mi.fu-berlin.de> Date: Wed, 2 Jun 2021 13:48:27 +0200 Subject: [PATCH] Add tests.py to Linter --- custom_linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_linter.sh b/custom_linter.sh index 3d4ca3f..8f30bf6 100755 --- a/custom_linter.sh +++ b/custom_linter.sh @@ -1 +1 @@ -git ls-files | grep -v 'migrations\|manage.py\|course_scraper' | grep -E '.py$' | xargs pylint --load-plugins=pylint_django \ No newline at end of file +git ls-files | grep -v 'migrations\|manage.py\|course_scraper\|tests.py' | grep -E '.py$' | xargs pylint --load-plugins=pylint_django \ No newline at end of file -- GitLab