Skip to content

Can I use custom plugins? #1179

Answered by marschattha
apple-blossom asked this question in Q&A
Discussion options

You must be logged in to vote

Actually the new version is more flexible and accommodating to adding custom linters.

You can check this plugin guide as a reference although it is not comprehensive it should give you some idea.

Here are examples of configuration already implemented linters: https://github.com/qltysh/qlty/tree/main/plugins/linters

You can use a custom source of plugin configuration: https://docs.qlty.sh/qlty-toml#sources or even define the entire plugin config in your qlty.toml file like in these tests.

One limitation you might feel, depending on the output of your linter is parsing the output. We do support SARIF as standard and you can even write a custom regex, for more complex use cases I would recom…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brynary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants