dgraph
dgraph copied to clipboard
Trunk golangci-lint configuration is missing previously configured linters
It seems when the migration to Trunk was made the golangci-lint configuration file was not transitioned (https://github.com/hypermodeinc/dgraph/blob/v24.0.5/.golangci.yml). In case this was an oversight, the old configuration file should be used again to ensure a consistent coding style.
Is there anything that you find we are not checking anymore?
The config file for golangci-lint on the main branch is pretty much empty: https://github.com/hypermodeinc/dgraph/blob/main/.trunk/configs/.golangci.json So I assume all the linters previously configured are not used anymore. Or is there a separate configuration file?