From 62bfa9e44dca53d8dada6aa79f9c1482e31c4deb Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Mon, 6 Mar 2017 11:24:05 -0500 Subject: separate out test tool configs from setup.cfg Since we are moving away from setuptools for invoking tests, lets move the configs for the different test tools into their own configs. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index fd6c6d0bd..e85987de3 100644 --- a/.pylintrc +++ b/.pylintrc @@ -60,7 +60,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -#disable= +disable=fixme,locally-disabled,file-ignored,duplicate-code [REPORTS] -- cgit v1.2.1