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 Layout/LineLength reported length when ignoring directive comments #10078

Merged

Commits on Sep 13, 2021

  1. Fix Layout/LineLength reported length when ignoring directive comme…

    …nts.
    
    If `IgnoreCopDirectives` is enabled, the directive comment is not included in the calculation, but it is included in the count that is shown in the offense. This change make it not be included there either.
    dvandersluis committed Sep 13, 2021
    Copy the full SHA
    b1f4871 View commit details
    Browse the repository at this point in the history