mirror of
https://github.com/yweber/lodel2.git
synced 2026-05-21 04:36:05 +02:00
Add a lint script used to test pep8 and lint error
usage ./lint path/to/file.py
This commit is contained in:
parent
1911be866f
commit
d34eb72490
1 changed files with 3 additions and 0 deletions
3
lint
Executable file
3
lint
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
pep8 --ignore=E501,E265,E266 $@
|
||||||
|
pylint -rn -d C0301,C0111 $@
|
||||||
Loading…
Add table
Add a link
Reference in a new issue