File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
linters-settings :
5
5
govet :
6
- check-shadowing : true
6
+ enable :
7
+ - shadow
7
8
misspell :
8
9
locale : US
9
10
exhaustive :
@@ -110,6 +111,7 @@ linters:
110
111
111
112
issues :
112
113
exclude-use-default : false
114
+ exclude-dirs-use-default : false
113
115
exclude-rules :
114
116
# Allow complex tests and examples, better to be self contained
115
117
- path : (examples|main\.go|_test\.go)
@@ -121,6 +123,3 @@ issues:
121
123
- path : cmd
122
124
linters :
123
125
- 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/
2
2
Upstream-Name: Pion
3
3
Source: https://github.com/pion/
4
4
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
6
6
Copyright: 2023 The Pion community <https://pion.ly>
7
7
License: MIT
8
8
You can’t perform that action at this time.
0 commit comments