Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:check_python_code [2018/02/19 22:36] – s/pep8/pycodestyle/ enricohowtos:check_python_code [2018/08/07 15:51] (current) – add new way of using pylint craynic
Line 24: Line 24:
 echo "======  pylint  ======" echo "======  pylint  ======"
 pylint --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" --reports=n $1 pylint --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" --reports=n $1
 +pylint -f parseable -r n $1
 </file> </file>
  
Print/export