mirror of
https://github.com/mgechev/revive.git
synced 2024-12-04 10:24:49 +02:00
37 lines
709 B
Markdown
37 lines
709 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 install github.com/mgechev/revive@latest`
|
|
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.
|