File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33
44linters-settings :
55 govet :
6- check-shadowing : true
6+ enable :
7+ - shadow
78 misspell :
89 locale : US
910 exhaustive :
@@ -110,6 +111,7 @@ linters:
110111
111112issues :
112113 exclude-use-default : false
114+ exclude-dirs-use-default : false
113115 exclude-rules :
114116 # Allow complex tests and examples, better to be self contained
115117 - path : (examples|main\.go|_test\.go)
@@ -121,6 +123,3 @@ issues:
121123 - path : cmd
122124 linters :
123125 - forbidigo
124-
125- run :
126- skip-dirs-use-default : false
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22Upstream-Name: Pion
33Source: https://github.com/pion/
44
5- Files: README.md DESIGN.md **/README.md AUTHORS.txt renovate.json go.mod go.sum **/go.mod **/go.sum .eslintrc.json package.json examples/examples.json
5+ Files: README.md DESIGN.md **/README.md AUTHORS.txt renovate.json go.mod go.sum **/go.mod **/go.sum .eslintrc.json package.json examples.json sfu-ws/flutter/.gitignore sfu-ws/flutter/pubspec.yaml c-data-channels/webrtc.h examples /examples.json
66Copyright: 2023 The Pion community <https://pion.ly>
77License: MIT
88
You can’t perform that action at this time.
0 commit comments