pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
61 stars 33 forks source link

chore: add `--build-tags` flag to `go_lint` make target #807

Closed bryanchriswhite closed 1 year ago

bryanchriswhite commented 1 year ago

Description

Add missing --build-tags flag to the go_lint makefile target.

Summary generated by Reviewpad on 07 Jun 23 09:07 UTC

This pull request adds a --build-tags flag to the go_lint make target, allowing developers to run linters for specific build tags. The patch enables the test tag during the linting process.

Issue

N/A

Type of change

Please mark the relevant option(s):

List of changes

Testing

Required Checklist

If Applicable Checklist