google/open-location-code

Add pylint checks for Python code

オープン

#327 opened on 2019/05/06

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)Java (500 件のフォーク)batch import
help wantedpython

Repository metrics

Stars
 (3,945 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド