feat: support native SQL as custom fields #906
reviewdog.yml
on: pull_request
runner / golangci-lint
28s
Annotations
1 error and 1 warning
runner / golangci-lint:
field/export.go#L35
[golangci] reported by reviewdog 🐶
exported: exported function NewFieldRaw should have comment or be unexported (revive)
Raw Output:
field/export.go:35:1: exported: exported function NewFieldRaw should have comment or be unexported (revive)
func NewFieldRaw(rawSql string, vars ...interface{}) Field {
^
|
runner / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|