suricata/python
Shivani Bhardwaj 2b05f315e1 suricatactl: Fix PyLint issues
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.

W0301: Unnecessary semicolon (unnecessary-semicolon)
C0303: Trailing whitespace (trailing-whitespace)
W1401: Anomalous backslash in string
C0103: Variable name doesn't conform to snake_case naming style
R1705: Unnecessary "elif" after "return"
W1201: Specify string format arguments as logging function parameters
W0611: Unused import
R1710: Either all return statements in a function should return an expression, or none of them should
W0612: Unused variable
C0103: Method name doesn't conform to snake_case naming style
R0201: Method could be a function
2019-02-24 20:00:55 +01:00
..
bin python: fixes for out of tree build 2018-05-23 14:47:57 +02:00
suricata suricatactl: Fix PyLint issues 2019-02-24 20:00:55 +01:00
suricatasc suricatasc: move lib to suricata.sc 2018-03-28 08:49:41 +02:00
.gitignore python: fixes for out of tree build 2018-05-23 14:47:57 +02:00
Makefile.am suricatasc: move into python/ 2018-03-28 08:49:41 +02:00
setup.py python: fixes for out of tree build 2018-05-23 14:47:57 +02:00