Skip to content

feat: support native SQL as custom fields #907

feat: support native SQL as custom fields

feat: support native SQL as custom fields #907

Triggered via pull request September 13, 2024 05:12
Status Success
Total duration 23s
Artifacts

reviewdog.yml

on: pull_request
runner / golangci-lint
13s
runner / golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
runner / golangci-lint: field/export.go#L36
[golangci] reported by reviewdog 🐶 var-naming: func parameter rawSql should be rawSQL (revive) Raw Output: field/export.go:36:18: var-naming: func parameter rawSql should be rawSQL (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/