File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Please include the following information:
88
99<details ><summary >Version of golangci-lint</summary >
1010
11- ``` bash
11+ ``` console
1212$ golangci-lint --version
1313# paste output here
1414```
@@ -17,7 +17,7 @@ $ golangci-lint --version
1717
1818<details ><summary >Config file</summary >
1919
20- ``` bash
20+ ``` console
2121$ cat .golangci.yml
2222# paste output here
2323```
@@ -26,7 +26,7 @@ $ cat .golangci.yml
2626
2727<details ><summary >Go environment</summary >
2828
29- ``` bash
29+ ``` console
3030$ go version && go env
3131# paste output here
3232```
@@ -35,7 +35,7 @@ $ go version && go env
3535
3636<details ><summary >Verbose output of running</summary >
3737
38- ``` bash
38+ ``` console
3939$ golangci-lint run -v
4040# paste output here
4141```
You can’t perform that action at this time.
0 commit comments