-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several flags don't work when using ./... as a target #93
Comments
You can use the script above to replace |
the pull request #126 haven't resolve this issue |
micaelmalta
added a commit
to micaelmalta/goimports-reviser
that referenced
this issue
May 27, 2024
micaelmalta
added a commit
to micaelmalta/goimports-reviser
that referenced
this issue
May 27, 2024
micaelmalta
added a commit
to micaelmalta/goimports-reviser
that referenced
this issue
May 27, 2024
n-oden
pushed a commit
to odenio/goimports-reviser
that referenced
this issue
Sep 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 stdout or with an exit status.I also tried
goimports-reviser -list-diff $(find . -type f -name '*.go')
which worked withgoimports
, but it just lists the first file.Is there a way to set either of these while also targeting all .go files in my repo?
The text was updated successfully, but these errors were encountered: