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

Return global offenses for Style/Copyright when the file is empty #12804

Merged

Commits on Mar 21, 2024

  1. Return global offenses for Style/Copyright when the file is empty.

    Very similar to rubocop#12802
    
    This adds a check that the returned offenses have a location that formatters can display.
    While the standard formatter catched the `IndexError`, barely any others did.
    
    Since it is not possible to autocorrect global offenses, just don't do that. Adding autocorrect support would be a bunch more work.
    Earlopain committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    703589c View commit details
    Browse the repository at this point in the history