mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
10 lines
180 B
Bash
Executable File
10 lines
180 B
Bash
Executable File
#!/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
|