提交 85f7ae31 编写于 作者: C Cleber Rosa

Selftests: extract inspekt style to a script

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 f25e47a7
......@@ -143,7 +143,7 @@ results_dir_content() {
run_rc lint "selftests/inspekt-lint.sh"
run_rc indent "selftests/inspekt-indent.sh"
run_rc style 'inspekt style --exclude=.git --disable E501,E265,W601,E402,E722'
run_rc style "selftests/inspekt-style.sh"
run_rc boundaries 'selftests/modules_boundaries'
run_rc signed-off-by 'selftests/signedoff-check.sh'
if [ "$AVOCADO_PARALLEL_CHECK" ]; then
......
#!/bin/sh -e
inspekt style --exclude=.git --disable E501,E265,W601,E402,E722
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册