Having multiple after the # breaks the line-ignore
test:
fpr: something # codespell:ignore fpr
Fixing this (removing the whitespaces) clashed with https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments default settings for min-spaces-from-content.
Having multiple
after the#breaks the line-ignoreFixing this (removing the whitespaces) clashed with https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments default settings for
min-spaces-from-content.