We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
golangci-lint is a pile of shit, no other words. It's incredibly hard to configure really simple rules.
golangci-lint
I basically need exhauststruct linter to run on:
exhauststruct
modules/*/domain/entities
modules/*/domain/aggregates
And in modules/files where any sort of mapping from domain to other structs happens. For ex.:
modules/*/infrastracture/persistence/*_mappers.go
modules/*/presentation/mappers/*.go
The text was updated successfully, but these errors were encountered:
Anyone who knows the quirks of golangci-lint better than I do, please help! And some time in the future we might just write our own linter.
Sorry, something went wrong.
No branches or pull requests
golangci-lint
is a pile of shit, no other words. It's incredibly hard to configure really simple rules.I basically need
exhauststruct
linter to run on:modules/*/domain/entities
modules/*/domain/aggregates
And in modules/files where any sort of mapping from domain to other structs happens. For ex.:
modules/*/infrastracture/persistence/*_mappers.go
modules/*/presentation/mappers/*.go
The text was updated successfully, but these errors were encountered: