Skip to content

Commit 8d2c385

Browse files
committed
fix: use dedicated .pylintrc for opentracing example and add newline
1 parent 4a3f951 commit 8d2c385

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,4 +417,5 @@ deps =
417417
setenv =
418418
PYTHONPATH = {toxinidir}/docs/examples/opentracing
419419
commands =
420-
pylint --rcfile {toxinidir}/.pylintrc --disable=unexpected-line-ending-format {toxinidir}/docs/examples/opentracing
420+
pylint --rcfile {toxinidir}/docs/examples/opentracing/.pylintrc {toxinidir}/docs/examples/opentracing
421+

0 commit comments

Comments
 (0)