Skip to content

strictTagCheck

SPGoding edited this page Apr 26, 2020 · 1 revision

Rule Details

⚠️ Diagnostic: this is a diagnostic rule used by the diagnostic feature.

Show diagnostics for tags that haven't been defined in the workspace.

  • (true)

Examples

Default

{
    "strictTagCheck": null
}

Disabled

{
    "strictTagCheck": ["warning", true]
}

History

This rule was introduced in DHP 2.0.0.

Clone this wiki locally