We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93d18b commit 610a5edCopy full SHA for 610a5ed
relint-pre-commit.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env sh
2
3
set -eo pipefail
4
-git diff --staged | relint --diff "${@:1}"
+git diff --staged | relint --diff -W "${@:1}"
0 commit comments