summaryrefslogtreecommitdiff
path: root/tests/utils
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-20 12:30:48 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-20 14:32:11 +0200
commit62f57dd03da0378308c32f3707c71d9c65f87759 (patch)
treecb8975e49ccd3eaa901005a776605969dc747ac8 /tests/utils
parent7471bd6903020b8604b35c9d3e391b602757aa99 (diff)
downloadpylint-git-62f57dd03da0378308c32f3707c71d9c65f87759.tar.gz
[tox] Extend the pylint check to the relevant parts in tests
The change required would be huge, so we created a configuration file for tests so we can enable rule progressively. We can't add an __init__.py in test to make the command easier to launch because there would be too much imports to modify. So we hard coded the files and directory to lint until https://github.com/PyCQA/pylint/issues/352 is fixed.
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/utils/__init__.py b/tests/utils/__init__.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/utils/__init__.py