-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(luacheck): workaround lua type check #1162
refactor(luacheck): workaround lua type check #1162
Conversation
pysan3
commented
Nov 14, 2023
- TODO: This should be dealt with later and eliminate the TODOs <2023-11-15, pysan3 [email protected]>
- TODO: This should be dealt with later and eliminate the TODOs <2023-11-15, pysan3 [email protected]>
Alright we are good to go @vhyrro Dang it, we've got a lot of places to fix. And on top of that, this is not all of them since we have a lot of places where the type is simply Type errors for |
I think the standard todo comment would be |
Hmm, that's interesting. My snippet does this and I blindly accepted it. I'll search where it is defined. |
https://github.com/L3MON4D3/LuaSnip/wiki/Cool-Snippets#todo-comments-snippets BTW how'd you also add the date @max397574 ? -- TODO: foo bar <2023-11-15, pysan3> |
why would you do that? |
Besides, your way of writing the todo will not be detected by https://github.com/folke/todo-comments.nvim. Where can I get info or specs about that standard you proposed? |
well that's just what I've seen in other projects e.g. neovim core and imo it just looks nicer |
you could also just write no person at all |
That's odd hah. The treesitter comment parser will parse the This looks good to me! Doesn't matter what syntax it's using as long as it's informative and gets its point across. We'll be removing these anyway :) |