google/open-location-code

Add pylint checks for Python code

Offen

#327 geöffnet am 06.05.2019

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Java (500 Forks)batch import
help wantedpython

Repository-Metriken

Stars
 (3.945 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide