-
-
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
Tool crashes when parsing Intellij Idea templates #162
Comments
code point for reference goimports-reviser/reviser/dir.go Line 138 in 5f29621
|
|
ok guess the title is wrong, it actually crashes because of the idea template (with the help of #163): So I wonder if it might be an option to add a |
when running
goimports-reviser ./...
I get
Failed to fix directory ./...: failed to walk dif: failed to fix: 18:5: expected 'package', found 'EOF'
when running in projects containing Intellij Idea templates.
Is there an option to not crash the program and just ignore that directory? Seems a bit tedious to workaround that...
The text was updated successfully, but these errors were encountered: