-
### Welcome
- [X] Yes, I've searched similar [issues on GitHub](https://github.com/golangci/golangci-lint/issues) and didn't find any.
- [X] I agree to follow this project's [Code of Conduct](https:/…
-
I was settings up my formatting workflow and added "goimports-reviser" to be my imports formatter. I wanted the "-rm-unused" flag so that it deleted the unused packages. I tried different ways and it …
-
`:checkheath guard` shows prettier as executable
![image](https://github.com/nvimdev/guard.nvim/assets/39483124/89a2ee4e-2042-4f93-9b0e-5a248162ab5a)
but when testing prettier on an HTML file I ge…
-
Our project includes go test files with package name `foo_test` in the same directory as `foo`, and these typically import the package to test it. goimports-reviser incorrectly thinks this is an impo…
-
## Objective
Standardize & enforce imports across the codebase
## Origin Document
This is the result of several discussions from #253:
![Screenshot 2023-12-13 at 12 59 38 PM](https://githu…
-
I'm trying to set both `-list-diff` and `-set-exit-status` while using `./...` as the target, but they don't seem to work. Instead changes are written to all files with no list of files outputted to s…
-
**Describe the bug**
I can't seem to add another Go dependency to my config. It works if I uninstall everything (`mise uninstall --all`) then `mise install`, but if I add a dependency it seems like i…
-
### Implementation ideas
Currently we can't build node for Win because the fslock module isn't compatible with Win.
I resolved this problem by importing a third party module. How do you think abou…
-
Not sure if this should be done via an LSP or alternative at the moment.
-
Hi @incu6us
Sorry to bother you again.
I would like to use `goimports-reviser` as a replacement for `goimports`.
But at the single import situation, their behavior is inconsistent.
For ex…