Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
COZMO-12304 added lint tool for python sdk (anki#6)
Browse files Browse the repository at this point in the history
* added lint tool

* modified the pylint tests to run faster and utilize multiple parallel jobs

* added lint tool

* modified the pylint tests to run faster and utilize multiple parallel jobs

* fixed an issue surfaced by pylint

* added some better logging clarity to the pylint test

* added a check that pylint is installed before running
  • Loading branch information
ankiNicolas authored Jul 13, 2017
1 parent 8760ad7 commit 9ac4da5
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ __pycache__
htmlcov
.coverage

/tests/lint/logs
# pycharm
.idea
2 changes: 2 additions & 0 deletions src/cozmo/robot_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
__all__ = ['RobotAlignmentTypes']

import collections

from .version import __cozmoclad_version__
from ._clad import _clad_to_engine_cozmo

_RobotAlignmentType = collections.namedtuple('_RobotAlignmentType', ['name', 'id'])
Expand Down
Loading

0 comments on commit 9ac4da5

Please sign in to comment.