Skip to content

Commit

Permalink
Fix annotation for FIELD_NOT_REQUIRED rule
Browse files Browse the repository at this point in the history
  • Loading branch information
doriable committed Nov 20, 2024
1 parent dfeacfa commit 652006f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ func handleLintFieldNotRequired(
field.NameLocation(),
nil,
`Field named %q should not be required.`,
field.Name(),
)
}
return nil
Expand Down

0 comments on commit 652006f

Please sign in to comment.