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

Correctly honor file renames #22

Merged
merged 1 commit into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. Correctly honor file renames

    The previous sed rule couldn't work, at least with the current error
    file formats like:
    
        Error: PYLINT_WARNING:
        tests/test_cli.py:6: W4901[deprecated-module]: Deprecated module 'pipes'
    
    I suppose the error format got changed when we started using the
    vcs-diff-lint-csdiff-* wrappers.  Anyway, now we simply replace the
    filename starting from the beginning of the line.
    praiskup committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f389658 View commit details
    Browse the repository at this point in the history