ClickHouse/utils/check-style/check-style-all

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
180 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
dir=$(dirname $0)
$dir/check-style -n
$dir/check-typos
$dir/check-whitespaces -n
$dir/check-duplicate-includes.sh
$dir/shellcheck-run.sh
$dir/check-doc-aspell