We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3f951 commit 8d2c385Copy full SHA for 8d2c385
docs/examples/opentracing/.pylintrc
@@ -0,0 +1,9 @@
1
+[MASTER]
2
+init-hook='import sys; sys.path.insert(0, ".")'
3
+
4
+[MESSAGES CONTROL]
5
+disable=missing-docstring,
6
+ too-few-public-methods
7
8
+[FORMAT]
9
+expected-line-ending-format=
tox.ini
@@ -417,4 +417,5 @@ deps =
417
setenv =
418
PYTHONPATH = {toxinidir}/docs/examples/opentracing
419
commands =
420
- pylint --rcfile {toxinidir}/.pylintrc --disable=unexpected-line-ending-format {toxinidir}/docs/examples/opentracing
+ pylint --rcfile {toxinidir}/docs/examples/opentracing/.pylintrc {toxinidir}/docs/examples/opentracing
421
0 commit comments