google/open-location-code

Add pylint checks for Python code

Open

#327 aberto em 6 de mai. de 2019

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)Java (500 forks)batch import
help wantedpython

Métricas do repositório

Stars
 (3.945 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Python got code formatting added in #326 - in addition we should add pylint checking as well to pick up common errors.

We could adopt the pylintrc from the YAPF project.

Note: The pylintrc and the YAPF style will need to agree - for example the indentation in YAPF is four spaces and the above pylintrc uses two spaces.

It will need to be added to the travis.yml, and all the issues (there will be lots) addressed.

Guia do colaborador