diff options
author | 2023-06-09 18:08:23 +0200 | |
---|---|---|
committer | 2023-06-09 18:08:23 +0200 | |
commit | 8c489bd400646695fbbafc3ac5d5eb1e60d1de5b (patch) | |
tree | 9316f34486b36fcfcc70e77bf52121bbf91854a0 /plugin/pkg/fall/fall.go | |
parent | 6d3db023fe60caf68e1132e65c09f8cf49007a24 (diff) | |
download | coredns-8c489bd400646695fbbafc3ac5d5eb1e60d1de5b.tar.gz coredns-8c489bd400646695fbbafc3ac5d5eb1e60d1de5b.tar.zst coredns-8c489bd400646695fbbafc3ac5d5eb1e60d1de5b.zip |
replace reviewdog fully by golangci-lint (#6139)
Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com>
Diffstat (limited to 'plugin/pkg/fall/fall.go')
-rw-r--r-- | plugin/pkg/fall/fall.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/pkg/fall/fall.go b/plugin/pkg/fall/fall.go index f819f99b6..898c8db76 100644 --- a/plugin/pkg/fall/fall.go +++ b/plugin/pkg/fall/fall.go @@ -10,7 +10,6 @@ // See https://github.com/coredns/coredns/issues/2723 for some discussion on this, which includes this quote: // // TL;DR: `fallthrough` is indeed risky and hackish, but still a good feature of CoreDNS as it allows to quickly answer boring edge cases. -// package fall import ( |