Skip to content

Commit

Permalink
docs: correct linter integrations url; add GOPROXY note
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Chew <[email protected]>
  • Loading branch information
chews93319 committed Aug 20, 2024
1 parent 2c22e72 commit 74e9f8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ This section describes how one can develop Finch CLI locally, build it, and then

We use [golangci-lint](https://github.com/golangci/golangci-lint).

To integrate it into your IDE, please check out the [official documentation](https://golangci-lint.run/usage/integrations/).
To integrate it into your IDE, please check out the [official documentation](https://golangci-lint.run/welcome/integrations/).

For more details, see [`.golangci.yaml`](./.golangci.yaml) and the `lint` target in [`Makefile`](./Makefile).

Expand Down Expand Up @@ -185,6 +185,8 @@ Then run `make` to build the binary. The binary in `_output` can be directly use

You can run `make install` to make finch binary globally accessible.

NOTE: If your build environment experiences issues with downloading dependencies from the Go proxy servers, then you may want to set the environment variable `export GOPROXY=direct`

### Unit Testing

To run unit test locally, please run `make test-unit`. Please make sure to run the unit tests before pushing the changes.
Expand Down

0 comments on commit 74e9f8f

Please sign in to comment.