aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Ondřej Benkovský <ondrej.benkovsky@jamf.com> 2023-06-09 18:08:23 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-09 18:08:23 +0200
commit8c489bd400646695fbbafc3ac5d5eb1e60d1de5b (patch)
tree9316f34486b36fcfcc70e77bf52121bbf91854a0 /.github
parent6d3db023fe60caf68e1132e65c09f8cf49007a24 (diff)
downloadcoredns-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 '.github')
-rw-r--r--.github/workflows/reviewdog.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml
deleted file mode 100644
index 1f0e0369f..000000000
--- a/.github/workflows/reviewdog.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: Reviewdog
-
-on:
- pull_request:
- branches:
- - master
-
-permissions: read-all
-
-jobs:
- gofmt:
- name: Go Fmt
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- - run: find . -not -path '*/\.git/*' -type f -name '*.go' -exec gofmt -s -w {} \+
- - uses: reviewdog/action-suggester@8f83d27e749053b2029600995c115026a010408e
-
- whitespace:
- name: Whitespace
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- - run: find . -not -path '*/\.git/*' -type f -not -name '*.go' -exec sed -i 's/[[:space:]]\{1,\}$//' {} \+
- - uses: reviewdog/action-suggester@8f83d27e749053b2029600995c115026a010408e