mirror of
				https://github.com/pion/webrtc.git
				synced 2025-11-01 03:04:06 +08:00 
			
		
		
		
	Fix all linting errors
Disabled gocylco for now, need to use gometalinter to disable conditionally. There are also a lot more linters we could use, but they cause too many issues to start today.
This commit is contained in:
		| @@ -112,7 +112,6 @@ func (s *SessionDescription) Unmarshal(raw string) error { | ||||
| 	return s.unmarshalOptionalAttributes(scanner) | ||||
| } | ||||
|  | ||||
| // nolint: gocyclo | ||||
| func (s *SessionDescription) unmarshalOptionalAttributes(scanner *bufio.Scanner) error { | ||||
| 	orderedSessionAttributes := []*attributeStatus{ | ||||
| 		{value: "v"}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sean DuBois
					Sean DuBois