Skip to content

feat: add opt WithSQLNullType #1962

feat: add opt WithSQLNullType

feat: add opt WithSQLNullType #1962

GitHub Actions / golangci failed Oct 16, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

field_options.go|28 col 2| exported: comment on exported var WithSQLNullType should be of the form "WithSQLNullType ..." (revive)
config.go|118 col 1| exported: comment on exported method Config.WithSQLNullType should be of the form "WithSQLNullType ..." (revive)

Filtered Findings (0)

Annotations

Check failure on line 28 in field_options.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] field_options.go#L28

exported: comment on exported var WithSQLNullType should be of the form "WithSQLNullType ..." (revive)
Raw output
field_options.go:28:2: exported: comment on exported var WithSQLNullType should be of the form "WithSQLNullType ..." (revive)
	// WithSQLNullType
	^

Check failure on line 118 in config.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] config.go#L118

exported: comment on exported method Config.WithSQLNullType should be of the form "WithSQLNullType ..." (revive)
Raw output
config.go:118:1: exported: comment on exported method Config.WithSQLNullType should be of the form "WithSQLNullType ..." (revive)
// WithSQLNullType
^