We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4443174 commit 3063be5Copy full SHA for 3063be5
.github/workflows/reviewdog.yml
@@ -120,20 +120,6 @@ jobs:
120
golangci_lint_flags: "--default none -E staticcheck ./testdata"
121
tool_name: staticcheck
122
123
- golint:
124
- name: runner / golint
125
- runs-on: ubuntu-latest
126
- steps:
127
- - name: Check out code into the Go module directory
128
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129
- - name: golint
130
- uses: ./
131
- with:
132
- github_token: ${{ secrets.github_token }}
133
- golangci_lint_flags: "--default none -E golint ./testdata"
134
- tool_name: golint
135
- level: warning
136
-
137
errcheck:
138
name: runner / errcheck
139
runs-on: ubuntu-latest
0 commit comments