From 76818202bbfe31703c79aa0e58416ee1b0f397c2 Mon Sep 17 00:00:00 2001 From: James Ennis Date: Thu, 8 Mar 2018 18:04:14 +0000 Subject: Add pylint to setup.cfg and setup.py --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 146f15347..4540ae9f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,8 +2,8 @@ test=pytest [tool:pytest] -addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-config .coveragerc -norecursedirs = integration-cache tmp __pycache__ +addopts = --verbose --basetemp ./tmp --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc +norecursedirs = integration-cache tmp __pycache__ .eggs python_files = tests/*/*.py pep8maxlinelength = 119 pep8ignore = -- cgit v1.2.1