Skip to content

Commit

Permalink
exclude ui parameter file from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Aug 14, 2024
1 parent 5fdda59 commit 0bd3a85
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ linters-settings:
module-path: sektron
# it weirdly fails when running in github actions on interface composition.
issues:
exclude-rules:
- path: ui/parameter.go
linters:
- typecheck
exclude-files:
- ui/parameter.go

0 comments on commit 0bd3a85

Please sign in to comment.