Skip to content

Commit 4fea898

Browse files
committed
add missing newline in linters documentation
1 parent f4d71c5 commit 4fea898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/linters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ The `optionalorrequired` linter can automatically fix fields that are using the
288288
It will also remove the secondary marker where both the preferred and secondary marker are present on a field.
289289

290290
## RequiredFields
291+
291292
The `requiredfields` linter checks that all fields marked as required adhere to having `omitempty` or `omitzero` values in their `json` tags.
292293
Currently `omitzero` is handled only for fields with struct type.
293294

0 commit comments

Comments
 (0)