2e3c65a044
zulint already has --skip for this. Signed-off-by: Anders Kaseorg <anders@zulip.com>
7 lines
71 B
Bash
Executable file
7 lines
71 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ev
|
|
|
|
tools/lint --skip=gitlint
|
|
tools/run-mypy
|