We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71901b commit 3729cf4Copy full SHA for 3729cf4
run-go-critic.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
if command -v gocritic &> /dev/null ; then
4
- echo "gocyclo not installed or available in the PATH" >&2
+ echo "gocritic not installed or available in the PATH" >&2
5
echo "please check https://github.com/go-critic/go-critic" >&2
6
exit 1
7
fi
0 commit comments