Setup similar to rOPSf637b1b858173
Details
Details
Diff Detail
Diff Detail
- Repository
- rDARC nasqueron/arcanist Docker image
- Lint
No Lint Coverage - Unit
No Test Coverage - Branch
- shellcheck (branched from master)
- Build Status
Buildable 1829 Build 2077: arc lint + arc unit
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.