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 1e6a256 commit 2284d29Copy full SHA for 2284d29
scripts/errcheck.sh
@@ -4,8 +4,9 @@
4
echo "==> Checking for unchecked errors..."
5
6
if ! which errcheck > /dev/null; then
7
- echo "==> Installing errcheck..."
8
- go get -u github.com/kisielk/errcheck
+ echo "==> ignore errcheck if not installed"
+ #go get -u github.com/kisielk/errcheck
9
+ exit 0
10
fi
11
12
err_files=$(errcheck -ignoretests \
0 commit comments