Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git] / ryu / .pylintrc
1 [Messages Control]
2 # PyLint Messages http://pylint-messages.wikidot.com/all-messages
3 # C0111: Don't require docstrings on every method
4 # W0511: TODOs in code comments are fine.
5 # W0142: *args and **kwargs are fine.
6 # E0602: Undefined variable %r
7 # C0103: Invalid name "%s" (should match %s)
8 # E1101: %s %r has no %r member
9 # R0903: Too few public methods (%s/%s)
10 # W0614: Unused import %s from wildcard import
11 # R0801: Similar lines in %s files
12 disable=C0111,W0511,W0142,E0602,C0103,E1101,R0903,W0614,R0801
13 msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
14 reports=yes
15 files-output=no