This website requires JavaScript.
Explore
Help
Sign In
sigb.us
/
dendrite
Watch
1
Star
0
Fork
You've already forked dendrite
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
fc92fdbe0a
dendrite
/
hooks
/
pre-commit
6 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
A kafkaesque room event consumer for the roomserver. (#1) * A kafkaesque room event consumer for the roomserver. Implement the main input loop for the roomserver. It will receive events from a kafkaesque event source and track where it is in the stream. It currently does nothing with the events it consumes.
2017-02-03 07:52:32 -06:00
#! /bin/bash
set -eu
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.
2017-11-15 05:14:21 -06:00
./scripts/find-lint.sh fast
Reference in a new issue
Copy permalink