We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0828514 commit 62032e1Copy full SHA for 62032e1
Makefile
@@ -47,7 +47,7 @@ mock:
47
fmt:
48
@golines --shorten-comments -m 120 -w .
49
@gofumpt -w -l .
50
- @gci write --section Standard --section Default --section "Prefix(github.com/casdoor/notify2)" .
+ @gci write -s standard -s default -s "Prefix(github.com/casdoor/notify2)" .
51
.PHONY: fmt
52
53
lint:
0 commit comments