Skip to content
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

Fix suppression handling when 'formatter:on' not properly specified #2719

Merged
merged 1 commit into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. Fix suppression handling when 'formatter:on' not properly specified

    If the 'formatter:on' tag is not specified in the same scope as the 'formatter:off' tag, then the IndentationRule might throw an exception as the IndentationContextStack is not properly cleaned.
    
     Also, cleaned up of `CommentSuppressionHint.EOL` type as it was not used since replacing the EOL suppression hints in `1.0` release.
    
    Closes #2695
    paul-dingemans committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1155d79 View commit details
    Browse the repository at this point in the history