-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Bug] .github/ISSUE_TEMPLATE/feature_request.md
can't use brackets (such as title: "[Improve]"
) without Remark-lint
errors, don't know what to do.
#23
Comments
If you escape those,
https://github.com/SwuduSusuwu/SubStack/issues/templates/edit suggests to have the title default to a bracketed prefix (such as |
With
From this message, guess is that GitHub uses static line numbers for those fields (rather than scan for those). If so, the solution is to not alter the line count, but all possible permutations of |
Related posts (both had to use |
.github/ISSUE_TEMPLATE/feature_request.md
can't use brackets (such as title: "[Improve]"
) without Remark-lint
errors, don''t know what to do..github/ISSUE_TEMPLATE/feature_request.md
can't use brackets (such as title: "[Improve]"
) without Remark-lint
errors, don't know what to do.
Duplicate of remarkjs/remark-lint#324 and remarkjs/remark-message-control#11 |
This comment has been minimized.
This comment has been minimized.
Hi! Thanks for taking the time to contribute! Because we treat issues as our backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn’t an exact duplicate but is closely related. Thanks, |
Hi team! It seems this post is a duplicate, but hasn’t been marked as such. Please post a comment w/ Thanks, |
You could also chose to not use Codecy, if they won't enable remark-frontmatter, and call remark cli + remark lint + remark frontmatter from your project directly |
This is not a duplicate.
|
https://github.com/codacy/codacy-remark-lint/blob/master/package.json#L68=L75 shows |
Having it as a dependency doesn't mean it is used or configured. |
The sole configuration file is - https://github.com/<user>/<repo>/blob/<branch>/.github/workflows/codacy.yml does not seem to have an option for this., which does not have an option to enable or disable
But your templates don't include brackets (such as |
You have problems with codacy: go talk to them. |
Initial checklist
Affected package
GitHub's workflow (https://github.com/<user>/<repo>/blob/<branch>/.github/workflows/codacy.yml
Steps to reproduce
Remark-lint
GitHub workflows (such as https://github.com/codacy + https://github.com/rtfpessoa/codacy-remark-lint)title: "[Improve] <relative path>: <what to do>"
)Actual behavior
https://github.com/SwuduSusuwu/SubStack/security/code-scanning/2332
Expected behavior
SwuduSusuwu/SubStack@719afd5 passes
Runtime
GitHub
Package manager
GitHub
Operating system
GitHub
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: