mirror of
https://github.com/transmission/transmission.git
synced 2026-02-15 07:26:49 +00:00
chore: run uncrustify in parallel; add package.json to web directory (#1454)
* refactor: add package.json for web client * refactor: call uncrustify in parallel
This commit is contained in:
6
extras/pre-commit
Executable file
6
extras/pre-commit
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
[ -z "$TR_SKIP_HOOKS" ] || exit 0
|
||||
|
||||
root="$(git rev-parse --show-toplevel)"
|
||||
exec "${root}/code_style.sh" --check
|
||||
Reference in New Issue
Block a user