From 0795329a5c1eee1ea9e48220921624a81026eebf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 4 Mar 2019 16:26:50 -0800 Subject: CI pylint wants specific files, I guess To fix: error while code parsing: Unable to load file tests/__init__.py" --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87f3faec..6cde9663 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ unified_test: - pipenv run pytest --cov - pipenv run ./tests/cli.sh # Just errors - - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests + - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests/*.py rust_build_release: only: -- cgit v1.2.3