google/open-location-code

Add pylint checks for Python code

开放

#327 创建于 2019年5月6日

 (1 条评论) (1 个反应) (0 位负责人)Java (500 个派生)batch import
help wantedpython

仓库指标

星标
 (3,945 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南