From 405817480a3aab3440086a2d366e5249a2dc107a Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Wed, 13 Nov 2019 13:25:58 +0000 Subject: tox.ini: Fix pylint configuration Running it like `src/buildstream` apparently doesn't report the warnings correctly, as pylint does not like file paths. Fixes #1206. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index dffaf7265..4c18f2c14 100644 --- a/tox.ini +++ b/tox.ini @@ -112,7 +112,7 @@ commands_pre = commands = pycodestyle {posargs} - pylint {posargs: src/buildstream tests} + pylint {posargs: src tests} deps = -rrequirements/requirements.txt -rrequirements/dev-requirements.txt -- cgit v1.2.1