ci: Add luacheck ci job (#317)
* Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
This commit is contained in:
@@ -71,7 +71,8 @@ files.find_files = function(opts)
|
||||
end
|
||||
|
||||
if not find_command then
|
||||
print("You need to install either find, fd, or rg. You can also submit a PR to add support for another file finder :)")
|
||||
print("You need to install either find, fd, or rg. " ..
|
||||
"You can also submit a PR to add support for another file finder :)")
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user