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:
8
8
9
9
<details ><summary >Version of golangci-lint</summary >
10
10
11
- ``` bash
11
+ ``` console
12
12
$ golangci-lint --version
13
13
# paste output here
14
14
```
@@ -17,7 +17,7 @@ $ golangci-lint --version
17
17
18
18
<details ><summary >Config file</summary >
19
19
20
- ``` bash
20
+ ``` console
21
21
$ cat .golangci.yml
22
22
# paste output here
23
23
```
@@ -26,7 +26,7 @@ $ cat .golangci.yml
26
26
27
27
<details ><summary >Go environment</summary >
28
28
29
- ``` bash
29
+ ``` console
30
30
$ go version && go env
31
31
# paste output here
32
32
```
@@ -35,7 +35,7 @@ $ go version && go env
35
35
36
36
<details ><summary >Verbose output of running</summary >
37
37
38
- ``` bash
38
+ ``` console
39
39
$ golangci-lint run -v
40
40
# paste output here
41
41
```
You can’t perform that action at this time.
0 commit comments