Compare commits

...

1 Commits

Author SHA1 Message Date
terence
c290926155 Ensure go fmt checks apply for *_test.go 2026-02-02 09:37:54 -08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -33,9 +33,8 @@ formatters:
generated: lax
paths:
- validator/web/site_data.go
- .*_test.go
- proto
- tools/analyzers
- third_party$
- builtin$
- examples$
- examples$

View File

@@ -0,0 +1,2 @@
### Ignored
- Ensure go fmt check apply for go tests