-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
[question] Problem matcher for sphinx-lint ? #107
Comments
I don't think so. I'll be OK to tweak output a bit if needed for it to be more "standard", so if a standard problem matcher exists it could be used. |
Note:
For now I created an action for it: https://github.com/rffontenelle/sphinx-lint-problem-matcher/blob/main/sphinx_lint_matcher.json |
@rffontenelle So you can add a link to your matcher from sphinx-lint README, and call it a day? |
It is actually a GitHub Actions action. You call it like: - name: Checkout the repo source code
uses: actions/checkout@v4
- name: Add problem matcher:
uses: rffontenelle/sphinx-lint-problem-matcher@master
- name: Lint
run: sphinx-lint /path/to/file |
Is there an interest in adding this problem-matcher action to this repository or other sphinx-related (i.e. making it official) ? Case not, I believe this issue can be closed. |
Is there a problem matcher for sphinx-lint's output? I tried sphinx-doc/github-problem-matcher but it seems to be designed for Sphinx output.
The text was updated successfully, but these errors were encountered: