this is a broken link... and it's not the first time! could you make sure you cross-reference those pages properly when you add a service? :) i'll fix it this time because i need to push something else on this page and it breaks my local hooks...
this is a broken link... and it's not the first time! could you make sure you cross-reference those pages properly when you add a service? :) i'll fix it this time because i need to push something else on this page and it breaks my local hooks...
it's not as good as a pre-commit (which would also run codespell, for
example), but is a start. :)
Alternatively, we could just have a bin/lint script or something.
I encourage you to set this up:
```
anarcat@angela:help.torproject.org$ cat .git/hooks/pre-commit
#!/bin/bash
${GIT_DIR:-.git}/../bin/mdl-wrapper $(git diff --cached --name-only HEAD)
```
it's not as good as a pre-commit (which would also run codespell, for
example), but is a start. :)
Alternatively, we could just have a bin/lint script or something.