Skip to content

Commit

Permalink
test(hass): ✅ add tests for new options pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Dec 22, 2024
1 parent 0e1282a commit 7e81ff7
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ issues:
source: "^//go:generate "
- path: '(.+)_test\.go'
text: "copies lock"
- path: '(.+)_test\.go'
text: "unused-parameter"
- path: '(.+)_test\.go'
linters:
- funlen
Expand Down
Loading

0 comments on commit 7e81ff7

Please sign in to comment.