We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Legend:
fill missing documentation strings on plugins and their arguments ↩
replace plugin-level argument validation with dataspec.Constraint/Min/MaxValue/OneOf when possible ↩
dataspec.Constraint
Min/MaxValue
OneOf
make sure that all diagnostics have an appropriate range assigned to hcl.Diagnostic.Subject ↩
hcl.Diagnostic.Subject
update tests to use plugintest.NewTestDecoder ↩
plugintest.NewTestDecoder
switch internal markdown usage to generate an AST instead ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Legend:
Footnotes
fill missing documentation strings on plugins and their arguments ↩
replace plugin-level argument validation with
dataspec.Constraint
/Min/MaxValue
/OneOf
when possible ↩make sure that all diagnostics have an appropriate range assigned to
hcl.Diagnostic.Subject
↩update tests to use
plugintest.NewTestDecoder
↩switch internal markdown usage to generate an AST instead ↩
The text was updated successfully, but these errors were encountered: