LuaLS / LuaLS/lua-language-server
"Strict" mode
Open
Nobody has claimed this yet.
feat/diagnostics
question
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to have a "strict" mode that errors on all untyped variables, so no unknown allowed, etc
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
The issue names no files, tests, or entry points, so first map how the language server represents typed and untyped variables. Clarify the intended strict-mode rules, including what counts as an error and how unknown is handled, then add coverage demonstrating that all untyped variables are rejected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100