Skip to content

Commit bdba95f

Browse files
authored
Update README file
1 parent e5d57f1 commit bdba95f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ repos:
3434
- id: go-static-check # install https://staticcheck.io/docs/
3535
- id: golangci-lint # requires github.com/golangci/golangci-lint
3636
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
37+
- id: go-ruleguard # requires https://github.com/quasilyte/go-ruleguard
38+
args: [rules/rules.go] # required
3939
```
4040
4141
## Contributing

0 commit comments

Comments
 (0)