Skip to content

Commit 086895a

Browse files
build: don't build spdk on pre-commit lint
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
1 parent cd45c2b commit 086895a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ repos:
2828
name: Commit Lint
2929
description: Runs commitlint against the commit message.
3030
language: system
31-
entry: bash -c 'nix-shell --pure --run "cat $1 | grep -v '^#' | commitlint"'
31+
entry: bash -c 'nix-shell --pure --argstr spdk none --run "cat $1 | grep -v '^#' | commitlint"'
3232
args: [$1]
3333
stages: [commit-msg]

0 commit comments

Comments
 (0)