luacheck
luacheck copied to clipboard
Rule to warn on deprecated functions
Hey is it possible to make rule that warns on the usage of depracted functions in external librarys like its the case in C/C++ when using #warn in headers?
No, currently luacheck does not even check that functions from required external libraries actually exist there.