Pull request: upd-links-etc

Merge in DNS/adguard-home from upd-links-etc to master

Squashed commit of the following:

commit 49856df394f1a2123a27afdb35047d3b1a49860f
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Aug 2 20:43:10 2022 +0300

    all: revert cdn link revert

commit 59bbe4bbd300f48674c1a6224a91f9a567d6c79c
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Aug 2 20:40:50 2022 +0300

    all: revert static link revert

commit fe2acc4a0d6d5ee31cb8dbb0d0e0984c3cd723db
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Aug 2 18:24:02 2022 +0300

    all: revert links up in README; imp tools
This commit is contained in:
Ainar Garipov
2022-08-02 20:48:14 +03:00
parent ccf268baf4
commit da32079516
6 changed files with 23 additions and 22 deletions

View File

@@ -154,7 +154,7 @@ underscores() {
fi
}
# TODO(a.garipov): Add an analyser to look for `fallthrough`, `goto`, and `new`?
# TODO(a.garipov): Add an analyzer to look for `fallthrough`, `goto`, and `new`?
@@ -212,7 +212,10 @@ exit_on_output underscores
exit_on_output gofumpt --extra -e -l .
golint --set_exit_status ./...
# TODO(a.garipov): golint is deprecated, and seems to cause more and more
# issues with each release. Find a suitable replacement.
#
# golint --set_exit_status ./...
"$GO" vet ./...

View File

@@ -42,7 +42,6 @@ env\
github.com/kisielk/errcheck\
github.com/kyoh86/looppointer/cmd/looppointer\
github.com/securego/gosec/v2/cmd/gosec\
golang.org/x/lint/golint\
golang.org/x/tools/go/analysis/passes/nilness/cmd/nilness\
golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow\
honnef.co/go/tools/cmd/staticcheck\