ClearBlade / go-iot

Apache License 2.0
3 stars 3 forks source link

lint doesn't seem to work on iot.go due to it having a comment about being generated #25

Open clarkbynum opened 1 year ago

clarkbynum commented 1 year ago

In a recent PR I tried to remove the comment Code generated file. DO NOT EDIT. from iot.go (https://github.com/ClearBlade/go-iot/blob/30539bf53883a7fd46793c391fa722a6f80fdd18/iot.go#L8) but then our ci process failed linting with a bunch of errors so I decided to punt for now. We should remove the comment and fix the lint errors