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
Add new setting for property expression validation
You can now set the severity of diagnostics related to
references to unknown properties using
`microprofile.tools.validation.expression.severity`.
Requires the server-side changes in
eclipse-lsp4mp/lsp4mp#21
Signed-off-by: David Thompson <davthomp@redhat.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ Default is `warning`.
52
52
Default is `error`.
53
53
*`microprofile.tools.validation.required.severity` : Validation severity for required properties for MicroProfile `*.properties` files.
54
54
Default is `none`.
55
+
*`microprofile.tools.validation.expression.severity` : Validation severity for property expressions for MicroProfile `*.properties` files.
56
+
Default is `error`.
55
57
*`microprofile.tools.validation.unknown.severity` : Validation severity for unknown properties for MicroProfile `*.properties` files. Default is `warning`.
56
58
*`microprofile.tools.validation.unknown.excluded` : Array of properties to ignore for unknown properties validation. Patterns can be used ('*' = any string, '?' = any character).
57
59
Default is `["*/mp-rest/providers/*/priority", "mp.openapi.schema.*"]`.
0 commit comments