summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-25 14:06:29 +0100
committerGitHub <noreply@github.com>2021-11-25 14:06:29 +0100
commitaa048f7787dc1f16938e4ddefd2a7f2b0af98651 (patch)
treecb6cf1b11fef5b39f704e84f60578acdf5d45c39 /setup.cfg
parentfa7a84fa712915fde725cda63a5bfbf4ed5cd22a (diff)
downloadpylint-git-aa048f7787dc1f16938e4ddefd2a7f2b0af98651.tar.gz
Add documentation for primer and convert to command line option (#5387)
* Add documentation for primer and convert to command line option Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3aaf37699..2c891228a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -69,7 +69,7 @@ test = pytest
[tool:pytest]
testpaths = tests
python_files = *test_*.py
-addopts = --strict-markers -m "not primer_stdlib and not primer_external"
+addopts = --strict-markers
markers =
primer_stdlib: Checks for crashes and errors when running pylint on stdlib
primer_external: Checks for crashes and errors when running pylint on external libs