0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-04 04:08:24 +02:00

Just run the linter in the commit hook (#334)

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.
This commit is contained in:
Richard van der Hoff 2017-11-15 11:14:21 +00:00 committed by GitHub
parent 139fae988e
commit db32692f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@
set -eu
./scripts/build-test-lint.sh
./scripts/find-lint.sh fast