We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021c518 commit dccd7b0Copy full SHA for dccd7b0
crates/emmylua_code_analysis/src/diagnostic/lua_diagnostic_code.rs
@@ -134,7 +134,7 @@ pub fn is_code_default_enable(code: &DiagnosticCode) -> bool {
134
DiagnosticCode::CodeStyleCheck => false,
135
DiagnosticCode::IncompleteSignatureDoc => false,
136
DiagnosticCode::MissingGlobalDoc => false,
137
-
+ DiagnosticCode::UnknownDocTag => false,
138
// ... handle other variants
139
140
// neovim-code-style
0 commit comments