Skip to content
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

lint+/luacheck init.lua: linter exited with signal 255 #32

Open
MlcodeDev opened this issue Sep 8, 2023 · 0 comments
Open

lint+/luacheck init.lua: linter exited with signal 255 #32

MlcodeDev opened this issue Sep 8, 2023 · 0 comments

Comments

@MlcodeDev
Copy link

So recently I've tried installing and configuring the linterplus plugin and I faced a weird problem: When I execute the Lint+:Check command, nothing happens. Also when I try the plugin on different languages such as python, rust, php it shows me that linter for them does not exist

Here are the logs:

Fri Sep  8 09:59:43 2023 [INFO] lint+/luacheck: init.lua: linter exited with signal 255 at /home/*/.config/lite-xl/plugins/lintplus/init.lua:241

Here is my config from main init.lua:

--Linter 
local lintplus = require "plugins.lintplus"
lintplus.load({"luacheck", "php", "python", "rust"}) 
lintplus.setup.lint_on_doc_load()
lintplus.setup.lint_on_doc_save()  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant