mirror of
https://github.com/mgechev/revive.git
synced 2025-01-22 03:38:47 +02:00
37 lines
701 B
Markdown
37 lines
701 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**To Reproduce**
|
||
|
Steps to reproduce the behavior:
|
||
|
1. I updated revive `go get -u github.com/mgechev/revive`
|
||
|
2. I run it with the following flags & configuration file:
|
||
|
|
||
|
```shell
|
||
|
# flags
|
||
|
|
||
|
revive ...
|
||
|
```
|
||
|
|
||
|
```toml
|
||
|
# config file
|
||
|
```
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Logs**
|
||
|
If applicable, add screenshots to help explain your problem.
|
||
|
|
||
|
**Desktop (please complete the following information):**
|
||
|
- OS: [e.g. Ubuntu 18.04]
|
||
|
- Version of Go
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|