Skip to content
Snippets Groups Projects
Commit 312e1ff9 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CI] enforce c++ format

parent d357fb18
No related branches found
No related tags found
No related merge requests found
include: http://rainboard.laas.fr/project/hpp-centroidal-dynamics/.gitlab-ci.yml
python_format:
image: python:alpine
before_script:
- pip install flake8 isort yapf
format:
image: eur0c.laas.fr:5000/gepetto/buildfarm/format
script:
- isort -c
- flake8 .
- yapf -dr .
- check-clang-format.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment