Require pylint to pass without warnings
This commit is contained in:
parent
d353631c56
commit
c5cbee9194
|
@ -13,4 +13,4 @@ install:
|
||||||
- pip install pylint
|
- pip install pylint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pylint --errors-only --rcfile=PythonClient/.pylintrc PythonClient/carla PythonClient/*.py
|
- pylint --disable=R,C --rcfile=PythonClient/.pylintrc PythonClient/carla PythonClient/*.py
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
[TYPECHECK]
|
[TYPECHECK]
|
||||||
ignored-modules=ConfigParser,numpy,pygame,shutil
|
ignore=carla_server_pb2.py
|
||||||
|
ignored-modules=ConfigParser,numpy,numpy.random,pygame,shutil
|
||||||
ignored-classes=_socketobject
|
ignored-classes=_socketobject
|
||||||
|
|
Loading…
Reference in New Issue