forked from Mirror/frr

Some IDEs (e.g., emacs+lsp) run pylint from the root directory and so we need to add `tests/topotests` so that `lib` and `munet` are found by pylint when used in imports Signed-off-by: Christian Hopps <chopps@labn.net>
10 lines
189 B
INI
10 lines
189 B
INI
[MASTER]
|
|
init-hook="import sys; sys.path.extend(['..', 'tests/topotests']);"
|
|
signature-mutators=common_config.retry,retry
|
|
|
|
[FORMAT]
|
|
max-line-length = 88
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=I,C,R,W
|