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

Conversation

praiskup
Copy link
Member

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.

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 praiskup merged commit e704cf9 into fedora-copr:main Aug 27, 2024
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant