You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .lintspec.toml
+1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ struct_params = false # enforce that structs have `@param` for each member
7
7
enum_params = false# enforce that enums have `@param` for each variant
8
8
# enforce NatSpec on items even if they don't have params/returns/members. Possible values: constructor, enum, error, event, function, modifier, struct, variable
9
9
enforce = ["variable", "struct"]
10
+
enforce_all = true# same as passing all possible values to `enforce`. Remove if using `enforce`.
10
11
json = false# output diagnostics as JSON
11
12
compact = false# compact output (minified JSON or compact text)
0 commit comments