Setup similar to rOPSf637b1b858173
Details
Details
Diff Detail
Diff Detail
- Repository
- rDARC nasqueron/arcanist Docker image
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Works fine:
$ cat > foo.sh #!/bin/sh foo $1 $ git add foo.sh $ arc lint >>> Lint for foo.sh: Advice (SC2086) SHELLCHECK Double quote to prevent globbing and word splitting. 1 #!/bin/sh 2 >>> 3 foo $1 ^ OKAY No lint warnings.