forked from flutter-webrtc/flutter-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.clippy.toml
52 lines (51 loc) · 1.75 KB
/
.clippy.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# See full lints list at:
# https://rust-lang.github.io/rust-clippy/master/index.html
doc-valid-idents = [
"KiB", "MiB", "GiB", "TiB", "PiB", "EiB",
"DirectX", "ECMAScript",
"GPLv2", "GPLv3", "GitHub", "GitLab",
"IPv4", "IPv6", "JavaScript", "NaN", "NaNs",
"OAuth", "OpenAL", "OpenGL", "OpenSSH", "OpenSSL", "OpenStreetMap",
"TrueType",
"iOS", "macOS", "TeX", "LaTeX", "BibTeX", "BibLaTeX", "MinGW",
"AOMedia",
"BigInt64Array", "BigUint64Array",
"ConstrainDOMString", "ConstrainULong",
"DisplayMediaStreamConstraints",
"DOMHighResTimeStamp",
"getDisplayMedia", "getUserMedia", "gRPC",
"MediaDevices", "MediaDeviceKind", "MediaDeviceInfo",
"MediaStream", "MediaStreamConstraints",
"MediaStreamTrack", "MediaStreamTrackState",
"MediaTrackConstraints",
"MessageEvent",
"PulseAudio",
"RtcP",
"RTCAudioSenderStats",
"RTCBundlePolicy",
"RTCConfiguration",
"RTCDataChannel",
"RTCDtlsTransport",
"RTCIceCandidate", "RTCIceCandidateInit", "RTCIceCandidateType",
"RTCIceConnectionState",
"RTCIceGatheringState",
"RTCIceServer", "RTCIceTransport", "RTCIceTransportPolicy",
"RTCPeerConnection", "RTCPeerConnectionIceEvent",
"RTCRtcpParameters",
"RTCRtpCodecParameters",
"RTCRtpEncodingParameters",
"RTCRtpHeaderExtensionParameters",
"RTCRtpReceiver",
"RTCRtpSender", "RTCSenderVideoTrackAttachmentStats",
"RTCRtpTransceiver", "RTCRtpTransceiverDirection",
"RTCSenderAudioTrackAttachmentStats",
"RTCSessionDescription",
"RTCSctpTransport",
"RTCSdpType",
"RTCSignalingState",
"RTCStats", "RTCStatsReport",
"RTCTrackEvent",
"RTCVideoSenderStats",
"VideoFacingModeEnum",
"WebAPI", "WebDriver", "WebRTC", "WebSocket",
]