File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
4551linters :
4652 enable :
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.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
66Copyright: 2023 The Pion community <https://pion.ly>
77License: MIT
88
You can’t perform that action at this time.
0 commit comments