Skip to content

feat: add opt WithSQLNullType #1963

feat: add opt WithSQLNullType

feat: add opt WithSQLNullType #1963

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

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

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

Filtered Findings (0)

Annotations

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
^

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
	^