Skip to content

Commit 6874548

Browse files
pionbotJoeTurki
authored andcommitted
Update CI configs to v0.11.20
Update lint scripts and CI configs.
1 parent 22dd7b7 commit 6874548

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ linters-settings:
4141
- w io.Writer
4242
- r io.Reader
4343
- b []byte
44+
revive:
45+
rules:
46+
# Prefer 'any' type alias over 'interface{}' for Go 1.18+ compatibility
47+
- name: use-any
48+
severity: warning
49+
disabled: false
4450

4551
linters:
4652
enable:

.reuse/dep5

Lines changed: 1 addition & 1 deletion
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.json sfu-ws/flutter/.gitignore sfu-ws/flutter/pubspec.yaml c-data-channels/webrtc.h 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 yarn.lock
66
Copyright: 2023 The Pion community <https://pion.ly>
77
License: MIT
88

0 commit comments

Comments
 (0)