stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
695 stars 75 forks source link

Fix "method_complexity" issue in mutations.go #41

Closed hanzei closed 6 years ago

hanzei commented 6 years ago

Method Map.Map.Map.Exclude has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.

https://codeclimate.com/github/stretchr/objx/mutations.go#issue_5a69c94bb09027000100002f

hanzei commented 6 years ago

Fixed with #43