File: lint

package info (click to toggle)
golang-github-willabides-kongplete 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: sh: 40; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

CDPATH="" cd -- "$(dirname -- "$0")/.."

script/bindown -q install golangci-lint shellcheck
bin/golangci-lint run ./...
bin/shellcheck script/*