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

Using GitHub File Diff picks up deleted files #6

Open
Clint-Chester opened this issue Aug 16, 2021 · 0 comments
Open

Using GitHub File Diff picks up deleted files #6

Clint-Chester opened this issue Aug 16, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Clint-Chester
Copy link
Member

Currently when using GitHub File Diff, the API call out is getting all files changed and not checking if a file is deleted. This will sometimes cause an issue as PMD will try and analyse a deleted file which will throw an error.

The fix that needs to be applied is filtering out which files have been deleted after making the API call.

@Clint-Chester Clint-Chester added the bug Something isn't working label Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant