You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could theoretically just add a line to the towncrier.toml saying ignore = ["_template.rst"], but this particular file is already being assigned as the template in that toml with template = "doc/whatsnew/fragments/_template.rst", and if the template file is already being identified, it doesn't seem in the spirit of towncrier to have to add in that template path (or file name) to the ignore list.
I'm not sure exactly what changed between 23.11 and 24.7, which it seems like occurred around 2 weeks ago, but my guess is that it was working as expected beforehand and some change led it to regress.
I suspect this issue might be somewhat similar to #641, though it's also different because this implementation does not use --dir.
The text was updated successfully, but these errors were encountered:
rogersheu
changed the title
template file not ignored in towncrier check --compare-with
template file not ignored in towncrier checkAug 17, 2024
I was working on a PR in
pylint
at pylint-dev/pylint#9868 and was encountering the error in this action, which has the line:We could theoretically just add a line to the
towncrier.toml
sayingignore = ["_template.rst"]
, but this particular file is already being assigned as the template in that toml withtemplate = "doc/whatsnew/fragments/_template.rst"
, and if the template file is already being identified, it doesn't seem in the spirit of towncrier to have to add in that template path (or file name) to the ignore list.I'm not sure exactly what changed between 23.11 and 24.7, which it seems like occurred around 2 weeks ago, but my guess is that it was working as expected beforehand and some change led it to regress.
I suspect this issue might be somewhat similar to #641, though it's also different because this implementation does not use
--dir
.The text was updated successfully, but these errors were encountered: