chore: we can use a "console" for syntax
This commit is contained in:
parent
cf1fbc590a
commit
ae427c1eda
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
@ -8,7 +8,7 @@ Please include the following information:
|
|||||||
|
|
||||||
<details><summary>Version of golangci-lint</summary>
|
<details><summary>Version of golangci-lint</summary>
|
||||||
|
|
||||||
```bash
|
```console
|
||||||
$ golangci-lint --version
|
$ golangci-lint --version
|
||||||
# paste output here
|
# paste output here
|
||||||
```
|
```
|
||||||
@ -17,7 +17,7 @@ $ golangci-lint --version
|
|||||||
|
|
||||||
<details><summary>Config file</summary>
|
<details><summary>Config file</summary>
|
||||||
|
|
||||||
```bash
|
```console
|
||||||
$ cat .golangci.yml
|
$ cat .golangci.yml
|
||||||
# paste output here
|
# paste output here
|
||||||
```
|
```
|
||||||
@ -26,7 +26,7 @@ $ cat .golangci.yml
|
|||||||
|
|
||||||
<details><summary>Go environment</summary>
|
<details><summary>Go environment</summary>
|
||||||
|
|
||||||
```bash
|
```console
|
||||||
$ go version && go env
|
$ go version && go env
|
||||||
# paste output here
|
# paste output here
|
||||||
```
|
```
|
||||||
@ -35,7 +35,7 @@ $ go version && go env
|
|||||||
|
|
||||||
<details><summary>Verbose output of running</summary>
|
<details><summary>Verbose output of running</summary>
|
||||||
|
|
||||||
```bash
|
```console
|
||||||
$ golangci-lint run -v
|
$ golangci-lint run -v
|
||||||
# paste output here
|
# paste output here
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user