github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/_benchmarks/silent-staticcheck.sh (about)

     1  #!/usr/bin/env sh
     2  /home/dominikh/prj/src/github.com/amarpal/go-tools/cmd/staticcheck/staticcheck -checks "all" -fail "" $1 &>/dev/null
     3  exit 0