Skip to content

Reconfigure taskfile to avoid global golint dependency #5

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 1 commit into from
Oct 27, 2020
Merged

Reconfigure taskfile to avoid global golint dependency #5

merged 1 commit into from
Oct 27, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Oct 27, 2020

The previous approach for defining the GOLINTBIN variable caused any use of task to fail if golint was not installed, even though the task being run might have nothing to do with golint.

There are multiple alternative fixes for this, but since the GOLINTBIN variable was only used in a single task, and I don't foresee it being needed in additional tasks, it seemed easiest to just do away with the variable altogether.

The previous approach for defining the `GOLINTBIN` variable caused any use of task to fail if golint was not
installed, even though the task being run might have nothing to do with golint.
@per1234 per1234 requested a review from silvanocerza October 27, 2020 13:22
@per1234 per1234 merged commit a843bdd into arduino:main Oct 27, 2020
@per1234 per1234 deleted the remove-golint-taskfile-dep branch October 30, 2020 04:34
@per1234 per1234 added topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project labels Sep 29, 2021
@per1234 per1234 self-assigned this Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants