From 5cf01829a3ce559c821ada4218b7454d671e8434 Mon Sep 17 00:00:00 2001 From: Joe Turki Date: Wed, 8 Jan 2025 14:57:39 -0600 Subject: [PATCH] Remove repo-specific ignore-decls --- ci/.golangci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/.golangci.yml b/ci/.golangci.yml index 6a44958..50211be 100644 --- a/ci/.golangci.yml +++ b/ci/.golangci.yml @@ -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