We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d57f1 commit bdba95fCopy full SHA for bdba95f
README.md
@@ -34,8 +34,8 @@ repos:
34
- id: go-static-check # install https://staticcheck.io/docs/
35
- id: golangci-lint # requires github.com/golangci/golangci-lint
36
args: [--config=.github/linters/.golangci.yml] # optional
37
- - id: go-ruleguard # requires
38
- args: [--rules=rules/rules.go] # required https://github.com/quasilyte/go-ruleguard
+ - id: go-ruleguard # requires https://github.com/quasilyte/go-ruleguard
+ args: [rules/rules.go] # required
39
```
40
41
## Contributing
0 commit comments