mirror of
https://github.com/OISF/suricata.git
synced 2026-02-03 20:41:46 -05:00
Pylint is a tool to make sure we do not regress the support for Python 3. The following conventions, warnings, errors, refactors have been fixed. C0326: Exactly one space required around assignment C0326: No space allowed around keyword argument assignment C0325: Unnecessary parens after 'if' keyword W0301: Unnecessary semicolon W0702: No exception type(s) specified W0231: __init__ method from base class 'Exception' is not called W0107: Unnecessary pass statement C0121: Comparison to None should be 'expr is not None' E0602: Undefined variable 'raw_input' W0201: Attribute 'socket' defined outside __init__ W0611: Unused import |
||
|---|---|---|
| .. | ||
| bin | ||
| suricata | ||
| suricatasc | ||
| .gitignore | ||
| Makefile.am | ||
| setup.py | ||