File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ You write the rules, `ruleguard` checks whether they are satisfied.
22
22
* [ Quickfix] ( _docs/dsl.md#suggestions-quickfix-support ) actions support
23
23
* Powerful match filtering features, like expression [ type pattern matching] ( _docs/dsl.md#type-pattern-matching )
24
24
* 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
26
27
* Integrated into [ golangci-lint] ( https://github.com/golangci/golangci-lint )
27
28
28
29
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.
You can’t perform that action at this time.
0 commit comments