Create pylintrc
This commit is contained in:
parent
1616ac440e
commit
c4cbff1521
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[TYPECHECK]
|
||||||
|
ignored-modules=ConfigParser,numpy,pygame,shutil
|
||||||
|
ignored-classes=_socketobject
|
Loading…
Reference in New Issue