We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842dc0b commit ad4f046Copy full SHA for ad4f046
.github/workflows/reviewdog.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: JJ/github-pr-contains-action@releases/v14.1
15
with:
16
github-token: ${{github.token}}
17
- bodyDoesNotContain: '- [ ]'
+ bodyDoesNotContain: '\[ \]'
18
19
golangci-lint:
20
name: runner / suggester / golangci-lint
0 commit comments