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 8b9086b commit f85b04bCopy full SHA for f85b04b
pkgs/build-support/testers/shellcheck/tester.nix
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation {
27
dontConfigure = true;
28
dontBuild = true;
29
checkPhase = ''
30
- find "$src" -type f -print0 | xargs -0 shellcheck
+ find "$src" -type f -print0 | xargs -0 shellcheck --source-path="$src"
31
'';
32
installPhase = ''
33
touch "$out"
0 commit comments