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

tools: exclude non-project files from go version consistency lint check #775

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

ffranr
Copy link
Contributor

@ffranr ffranr commented Jan 30, 2024

I noticed that the lint check (Go versions consistency check) was examining my local vendor directory. This directory contains project dependency files, which we shouldn't try to lint. Therefore this PR introduces an exclusion list to avoid checking certain directories.

@ffranr ffranr self-assigned this Jan 30, 2024
@ffranr ffranr force-pushed the go-version-check-file-exclusion branch from 91cc0a1 to 5e54ff9 Compare January 30, 2024 20:22
@ffranr ffranr requested review from guggero and dstadulis January 30, 2024 20:26
Copy link
Member

@guggero guggero left a comment

Choose a reason for hiding this comment

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

tACK, LGTM 🎉

@lightninglabs-deploy
Copy link

@dstadulis: review reminder

@jharveyb jharveyb self-requested a review February 15, 2024 16:54
Copy link
Contributor

@jharveyb jharveyb left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏽

@guggero guggero added this pull request to the merge queue Feb 15, 2024
Merged via the queue into main with commit bb7e864 Feb 15, 2024
14 checks passed
@guggero guggero deleted the go-version-check-file-exclusion branch February 15, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

4 participants