We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d988c8a commit 41e9264Copy full SHA for 41e9264
checks/fields.go
@@ -64,7 +64,7 @@ func CheckFieldRequiredness() *thriftcheck.Check {
64
})
65
}
66
67
-// CheckFieldDocMissing if a field is missing a documentation comment.
+// CheckFieldDocMissing warns if a field is missing a documentation comment.
68
func CheckFieldDocMissing() *thriftcheck.Check {
69
return thriftcheck.NewCheck("field.doc.missing", func(c *thriftcheck.C, f *ast.Field) {
70
if f.Doc == "" {
0 commit comments