We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a4225 commit f86bdf0Copy full SHA for f86bdf0
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