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
Escape documentation files (md, rst, txt) like the jinja2 templates itself.
I am afraid we cannot do that. The idea is that all files have somehow copyright and licensing declared, and these files can definitely contain relevant content.
I think a better solution would again be to have an option to "overwrite" license/copyright with a .license file to avoid that the tool chokes on seemingly malformed tags, so basically #246.
And intermediary solution could be to somehow split SPDX-License-Identifier, e.g. by concatenating two strings.
I have a project, where I use the following code block
in a markdown file.
the linter fails with the following message:
Proposed solution:
Escape documentation files (md, rst, txt) like the jinja2 templates itself.
The text was updated successfully, but these errors were encountered: