Coding rule check script (#730)
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 17 Apr 2018 04:25:43 +0000 (13:25 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 17 Apr 2018 04:25:43 +0000 (13:25 +0900)
commit734b55e75bad5146bc3fe002697d0b434c3ee8ff
treef358769bbe098916b84fa04fe5c584558826f115
parentd7e6b7845a3d9227301973886b8a1fa7cc691f2f
Coding rule check script (#730)

Check coding rule for c++ code and python code
Use clang-format to check c++ coding rule, and use yapf to use python coding  rule based on PEP8

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
ci/format-checker.sh [new file with mode: 0755]