Skip to content

Commit dccd7b0

Browse files
committed
disable unknown doc tag default
1 parent 021c518 commit dccd7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/emmylua_code_analysis/src/diagnostic/lua_diagnostic_code.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub fn is_code_default_enable(code: &DiagnosticCode) -> bool {
134134
DiagnosticCode::CodeStyleCheck => false,
135135
DiagnosticCode::IncompleteSignatureDoc => false,
136136
DiagnosticCode::MissingGlobalDoc => false,
137-
137+
DiagnosticCode::UnknownDocTag => false,
138138
// ... handle other variants
139139

140140
// neovim-code-style

0 commit comments

Comments
 (0)