mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-23 06:41:56 -06:00
db32692f2e
The pre-commit hook took 45 seconds to run on my machine, which was more than enough time for me to get distracted by a swordfight in the corridor. Let's just run the linters (which still take 6 seconds). It's not the place of a commit hook to run every test we can think of - that is what CI is for.
6 lines
51 B
Bash
Executable file
6 lines
51 B
Bash
Executable file
#! /bin/bash
|
|
|
|
set -eu
|
|
|
|
./scripts/find-lint.sh fast
|