Require pylint to pass without warnings

This commit is contained in:
nsubiron 2018-01-08 18:41:02 +01:00
parent d353631c56
commit c5cbee9194
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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