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 a7c58cd commit f985128Copy full SHA for f985128
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 "${@:1}"
0 commit comments