luacheck icon indicating copy to clipboard operation
luacheck copied to clipboard

Rule to warn on deprecated functions

Open Thaodan opened this issue 7 years ago • 1 comments

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?

Thaodan avatar Jul 01 '18 15:07 Thaodan

No, currently luacheck does not even check that functions from required external libraries actually exist there.

mpeterv avatar Jul 01 '18 16:07 mpeterv