Stop measuring of pylint rating for examples
This commit is contained in:
parent
e0cefd0fa1
commit
01ae47c0d0
|
@ -30,7 +30,6 @@ def check():
|
||||||
os.system('flake8 objects/')
|
os.system('flake8 objects/')
|
||||||
os.system('pep257 objects/')
|
os.system('pep257 objects/')
|
||||||
|
|
||||||
os.system('pylint examples/ --rcfile=./.pylintrc')
|
|
||||||
os.system('flake8 examples/')
|
os.system('flake8 examples/')
|
||||||
os.system('pep257 examples/')
|
os.system('pep257 examples/')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue