Skip to content

Commit

Permalink
Remove repo-specific ignore-decls
Browse files Browse the repository at this point in the history
  • Loading branch information
joeturki committed Jan 8, 2025
1 parent 627027c commit 5cf0182
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ci/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,12 @@ linters-settings:
ignore-map-index-ok: true
ignore-chan-recv-ok: true
ignore-decls:
- pc *PeerConnection
- pc *webrtc.PeerConnection
- wg *sync.WaitGroup
- wg sync.WaitGroup
- i int
- n int
- m map[string]interface{}
- w io.Writer
- r io.Reader
- b []byte


linters:
enable:
- asciicheck # Simple linter to check that your code does not contain non-ASCII identifiers
Expand Down

0 comments on commit 5cf0182

Please sign in to comment.