LuaLS / lua-language-server

A language server that offers Lua language support - programmed in Lua
https://luals.github.io
MIT License
3.29k stars 305 forks source link

fix: default severity in CLI with partial 'diagnostics.severity' config #2731

Closed tomlau10 closed 3 months ago

tomlau10 commented 3 months ago

The default severity when running CLI --check is incorrectly set to 'Warning' if the diagnostics.severity config table is incomplete.

This will fix #2730 .

sumneko commented 3 months ago

Thank you!