'no-trailing-spaces' sets ignoreComments: false in YAML files #277
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Switching between
error
andwarn
always gives expected message types, butignoreComments
is always treated as false even if it's set to true in root rules or in the override.This only happens in YAML files - ignoring trailing whitespace works in other files processed with other parsers.
Removing the rule from overrides still respects the root rule configuration, but will not ignore comments.
Full configuration below:
The text was updated successfully, but these errors were encountered: