diff --git a/Makefile b/Makefile index ea1c3a7..9c5c67c 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ clean: @rm -rf $(BUILD_DIR) luacheck: - @luacheck `find -name "*.lua"` --codes + @luacheck `find \( -path './target' -prune \) -o -name "*.lua" -print` --codes luastylecheck: @stylua --check lua/ plugin/ tests/