jiminy icon indicating copy to clipboard operation
jiminy copied to clipboard

[misc] Add C++ / Python linters + static type checker

Open duburcqa opened this issue 4 years ago • 4 comments

  • [ ] For C++, clang-tidy and clang-format would do the job
  • [x] For Python, pylint + mypy seems pretty good

duburcqa avatar Jun 19 '20 10:06 duburcqa

Just added flake8 for Python PEP8 conformance.

duburcqa avatar Oct 22 '20 15:10 duburcqa

Added pylint and mypy for 'gym_jiminy/common' and 'gym_jiminy/toolbox'.

duburcqa avatar Nov 01 '20 21:11 duburcqa

A CI for clang-tidy and clang-format are still missing. Apart from that, they have been integrated into the codebase.

duburcqa avatar Feb 17 '24 21:02 duburcqa

it would be nice to use ruff for python

duburcqa avatar Mar 07 '24 14:03 duburcqa