Choko

Results 3 issues of Choko

reassign is a linter to check when public variables in other packages are reassigned, for example `io.EOF = nil` https://github.com/curioswitch/go-reassign

linter: new

I have custom deserialization logic of protocol buffers and I took advantage of field names being interned to improve performance. https://github.com/curioswitch/protobuf-jackson/blob/main/src/main/java/org/curioswitch/common/protobuf/json/ParseSupport.java#L458 Actually, at the time I didn't know it is...

pr-needed

I originally filed this to ktlint at https://github.com/pinterest/ktlint/issues/1979 but it seems like it's likely a spotless issue. So copying in from there. ## Expected Behavior Code formats ## Observed Behavior...

bug-unconfirmed