Skip to content

Commit 0bdcf93

Browse files
pionbotSean-Der
authored andcommitted
Update CI configs to v0.11.7
Update lint scripts and CI configs.
1 parent 39c0392 commit 0bdcf93

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.golangci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
linters-settings:
55
govet:
6-
check-shadowing: true
6+
enable:
7+
- shadow
78
misspell:
89
locale: US
910
exhaustive:
@@ -110,6 +111,7 @@ linters:
110111

111112
issues:
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

.reuse/dep5

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: Pion
33
Source: 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
66
Copyright: 2023 The Pion community <https://pion.ly>
77
License: MIT
88

0 commit comments

Comments
 (0)