未验证 提交 69c2a728 编写于 作者: L Lukáš Doktor

Merging pull request 1476

* https://github.com/avocado-framework/avocado:
  selftests/checkall: skip `.git` directory on inspekt based checks
......@@ -7,11 +7,11 @@ run_rc() {
GR=1
fi
}
run_rc 'inspekt lint'
run_rc 'inspekt --exclude=.git lint'
echo ""
run_rc 'inspekt indent'
run_rc 'inspekt --exclude=.git indent'
echo ""
run_rc 'inspekt style'
run_rc 'inspekt --exclude=.git style'
echo ""
run_rc 'selftests/modules_boundaries'
echo ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册