Skip to content

Commit 02eac1c

Browse files
authored
Update README.md
1 parent 33b89ea commit 02eac1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ You write the rules, `ruleguard` checks whether they are satisfied.
2222
* [Quickfix](_docs/dsl.md#suggestions-quickfix-support) actions support
2323
* Powerful match filtering features, like expression [type pattern matching](_docs/dsl.md#type-pattern-matching)
2424
* Not restricted to AST rules; it's possible to write a comment-related rule, for example
25-
* Rules can be installed as [Go modules](https://quasilyte.dev/blog/post/ruleguard-modules/)
25+
* Rules can be installed and distributed as [Go modules](https://quasilyte.dev/blog/post/ruleguard-modules/)
26+
* Rules can be developed, debugged and profiled using the conventional Go tooling
2627
* Integrated into [golangci-lint](https://github.com/golangci/golangci-lint)
2728

2829
It can also be easily embedded into other static analyzers. [go-critic](https://github.com/go-critic/go-critic) can be used as an example.

0 commit comments

Comments
 (0)