diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2020-12-07 13:23:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 11:23:01 +0000 |
commit | 45dec2059383a7f2f90b75f3b327df3b0309f59e (patch) | |
tree | f05c84634c07a24a1a5a86ee9c1175f7cd7b4a6d /build/scripts | |
parent | 8f5393db5f4d615452dcc807ddafd4841d9abd5b (diff) |
Update links to golangci-lint documentation (#1617)
Signed-off-by: Bohdan Horbeshko <bodqhrohro@gmail.com>
Diffstat (limited to 'build/scripts')
-rwxr-xr-x | build/scripts/find-lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/find-lint.sh b/build/scripts/find-lint.sh index 7e37e154..eb1b28d8 100755 --- a/build/scripts/find-lint.sh +++ b/build/scripts/find-lint.sh @@ -8,7 +8,7 @@ # - `DENDRITE_LINT_CONCURRENCY` - number of concurrent linters to run, # golangci-lint defaults this to NumCPU # - `GOGC` - how often to perform garbage collection during golangci-lint runs. -# Essentially a ratio of memory/speed. See https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint +# Essentially a ratio of memory/speed. See https://golangci-lint.run/usage/performance/#memory-usage # for more info. |