Skip to content

Commit fcd619a

Browse files
ldezalexandear
andauthored
review
Co-authored-by: Oleksandr Redko <[email protected]>
1 parent 6215334 commit fcd619a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/docs/contributing/architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ type Issue struct {
184184
We have an abstraction of `result.Processor` to postprocess found issues:
185185

186186
<!--
187-
$ tree -L 1 ./pkg/result/processors/
187+
$ tree -L 1 ./pkg/result/processors/ | grep -v test
188188
-->
189189

190190
```sh
@@ -235,7 +235,7 @@ A processor can hide issues (`nolint`, `exclude`) or change issues (`path_pretti
235235
We have an abstraction for printing found issues.
236236

237237
<!--
238-
$ tree -L 1 ./pkg/printers/
238+
$ tree -L 1 ./pkg/printers/ | grep -v test
239239
-->
240240

241241
```sh

0 commit comments

Comments
 (0)