File tree Expand file tree Collapse file tree 1 file changed +40
-4
lines changed Expand file tree Collapse file tree 1 file changed +40
-4
lines changed Original file line number Diff line number Diff line change @@ -555,11 +555,47 @@ gofail-disable: install-gofail
555
555
PASSES=" toggle_failpoints" ./test
556
556
557
557
.PHONY : verify
558
- verify : verify-fmt verify-bom verify-dep verify-go-versions
558
+ verify : verify-go-versions verify-gofmt verify- bom verify-dep verify-shellcheck verify-goword verify-govet verify-revive verify-license-header verify-receiver-name verify-mod-tidy verify-markdown-you verify-markdown-marker
559
559
560
- .PHONY : verify-fmt
561
- verify-fmt :
562
- PASSES=" fmt" ./test
560
+ .PHONY : verify-shellcheck
561
+ verify-shellcheck :
562
+ PASSES=" shellcheck" ./test
563
+
564
+ .PHONY : verify-markdown-you
565
+ verify-markdown-you :
566
+ PASSES=" markdown_you" ./test
567
+
568
+ .PHONY : verify-markdown-marker
569
+ verify-markdown-marker :
570
+ PASSES=" markdown_marker" ./test
571
+
572
+ .PHONY : verify-goword
573
+ verify-goword :
574
+ PASSES=" goword" ./test
575
+
576
+ .PHONY : verify-gofmt
577
+ verify-gofmt :
578
+ PASSES=" gofmt" ./test
579
+
580
+ .PHONY : verify-govet
581
+ verify-govet :
582
+ PASSES=" govet" ./test
583
+
584
+ .PHONY : verify-revive
585
+ verify-revive :
586
+ PASSES=" revive" ./test
587
+
588
+ .PHONY : verify-license-header
589
+ verify-license-header :
590
+ PASSES=" license_header" ./test
591
+
592
+ .PHONY : verify-receiver-name
593
+ verify-receiver-name :
594
+ PASSES=" receiver_name" ./test
595
+
596
+ .PHONY : verify-commit-title
597
+ verify-commit-title :
598
+ PASSES=" commit_title" ./test
563
599
564
600
.PHONY : verify-bom
565
601
verify-bom :
You can’t perform that action at this time.
0 commit comments