Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-centroidal-dynamics
Commits
312e1ff9
Commit
312e1ff9
authored
Mar 21, 2019
by
Guilhem Saurel
Browse files
[CI] enforce c++ format
parent
d357fb18
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
312e1ff9
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment