Skip to content

Recommended way to use additional textlint rules in a github action #5222

Closed Answered by ferrarimarco
kukimik asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

This may be the way forward to get the textlint rules you're interested in:

  • If the rules work with .txt and .md files, we can install it. In this case, you can also build your container image using super-linter as a base and install the rules you're missing.
  • If the rules work with additional file extensions and file types, installing them is not going to be enough because we also need to add the logic to make super-linter aware of these new file types. It's not hard to do, but it's necessary.

For both cases, I would start by opening a new feature request in this repository listing the rules you'd like to include :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ferrarimarco
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