LuaLS / LuaLS/lua-language-server
Code action is trying to disable other linter's warnning
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
How are you using the lua-language-server?
NeoVim
Which OS are you using?
Linux
What is the issue affecting?
Diagnostics/Syntax Checking, Other
Expected Behaviour
If the warnning type are not from lua_ls, there should be no code action.
Actual Behaviour
The mixed_table warnning are form senele
Reproduction steps
- Start with lua_ls
- Install another linter, like selene
- Run code action to a warnning form that linter
Additional Notes
No response
Log File
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in NeoVim with lua-language-server and selene installed, then inspect the diagnostic and code-action handling. Verify that a warning reported by selene, such as mixed_table, no longer receives a lua-language-server code action, while lua-language-server diagnostics still do.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100