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 04e864b commit 524c571Copy full SHA for 524c571
Makefile
@@ -9,3 +9,9 @@ mgitstatus.1: mgitstatus.1.md
9
10
.PHONY: man
11
man: mgitstatus.1
12
+
13
+.PHONY: test
14
+test:
15
+ # SC1117 Backslash is literal in...
16
+ # SC2059 Don't use variables in the printf format string. But we need to or colors won't work
17
+ shellcheck -e SC1117,SC2059 mgitstatus
0 commit comments