Skip to content

Remove CheckPaths #193

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

Merged
merged 6 commits into from
Nov 13, 2020
Merged

Remove CheckPaths #193

merged 6 commits into from
Nov 13, 2020

Conversation

echlebek
Copy link
Collaborator

This commit removes the CheckPaths method of Checker. It also
adds a method called LoadPackages, and exports more of the logic
that errcheck uses to do aggregation.

The UncheckedErrors type has been renamed to Result, and the
CheckPackage function now returns a *Result instead of
[]UncheckedErrors.

Signed-off-by: Eric Chlebek [email protected]

This commit removes the CheckPaths method of Checker. It also
adds a method called LoadPackages, and exports more of the logic
that errcheck uses to do aggregation.

The UncheckedErrors type has been renamed to Result, and the
CheckPackage function now returns a *Result instead of
[]UncheckedErrors.

Signed-off-by: Eric Chlebek <[email protected]>
@echlebek echlebek requested a review from kisielk October 25, 2020 21:10
@echlebek echlebek self-assigned this Oct 25, 2020
@echlebek echlebek requested a review from kisielk October 25, 2020 21:32
Signed-off-by: Eric Chlebek <[email protected]>
As suggested by dtcaciuc

Signed-off-by: Eric Chlebek <[email protected]>
@echlebek echlebek requested a review from dtcaciuc November 10, 2020 07:47
Copy link
Collaborator

@dtcaciuc dtcaciuc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kisielk kisielk merged commit c1c14fd into publish-api Nov 13, 2020
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.

3 participants