Skip to content

Commit

Permalink
readme: add go-perfguard rules link
Browse files Browse the repository at this point in the history
  • Loading branch information
quasilyte committed Jan 2, 2022
1 parent 0274d89 commit 6b5664f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -179,6 +179,7 @@ There can be additional calls in between these two. For example, a [`Where(cond)
* [Damian Gryski](github.com/dgryski/) rule set: [github.com/dgryski/semgrep-go/ruleguard.rules.go](https://github.com/dgryski/semgrep-go)
* [go-critic](https://github.com/go-critic/go-critic) rule set: [github.com/go-critic/go-critic/checkers/rules/rules.go](https://github.com/go-critic/go-critic/blob/master/checkers/rules/rules.go)
* Partial [Uber-Go](https://github.com/uber-go/guide) style rule set: [github.com/quasilyte/uber-rules](https://github.com/quasilyte/uber-rules)
* [go-perfguard](https://github.com/quasilyte/go-perfguard) rule set: [github.com/quasilyte/go-perfguard/perfguard/_rules/universal_rules.go](https://github.com/quasilyte/go-perfguard/blob/master/perfguard/_rules/universal_rules.go)

Note: `go-critic` embeds the rules using the IR precompilation feature.

Expand Down

0 comments on commit 6b5664f

Please sign in to comment.