Create pylintrc

This commit is contained in:
nsubiron 2017-12-22 15:53:16 +01:00
parent 1616ac440e
commit c4cbff1521
2 changed files with 4 additions and 1 deletions

View File

@ -10,4 +10,4 @@ install:
- pip install pylint - pip install pylint
script: script:
- pylint --errors-only --ignored-modules=ConfigParser,numpy,pygame,shutil,_socketobject PythonClient/carla PythonClient/*.py - pylint --errors-only --rcfile=PythonClient/.pylintrc PythonClient/carla PythonClient/*.py

3
PythonClient/.pylintrc Normal file
View File

@ -0,0 +1,3 @@
[TYPECHECK]
ignored-modules=ConfigParser,numpy,pygame,shutil
ignored-classes=_socketobject