Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix(fix-legacy-linting-issues): Disable long line reporting and exhaustiveness checking * fix(fix-legacy-linting-issues): fix format linting issue Update codec.go * fix(fix-legacy-linting-issues): modify statements Update codec.go Update codec.go modify statement * fix(fix-legacy-linting-issues): fix declaration shadowing * fix(fix-legacy-linting-issues): rewirte single type-switch Update codec.go * fix(fix-legacy-linting-issues): fix unused code fix unused fix(fix-legacy-linting-issues): fix unused code Update jsoncolor.go * fix(fix-legacy-linting-issues): Rewrite syntaxError, Remove init function and global variable "syntaxErrorMsgOffset" * fix(fix-legacy-linting-issues): Display line number in golangci-lint action output * fix(fix-legacy-linting-issues): golangci-lint exti when failed * fix(fix-legacy-linting-issues): fix naked return * fix(fix-legacy-linting-issues): fix redefines builtin function * fix(fix-legacy-linting-issues): Use errors.As to check for specific errors * fix(fix-legacy-linting-issues): Use errors.Is to check for a specific error * fix(fix-legacy-linting-issues): fix indent-error-flow * fix(fix-legacy-linting-issues): No value of int64 less than MinInt64 or greater than MaxInt64 * fix(fix-legacy-linting-issues): unnecessary conversion (unconvert) * fix(fix-legacy-linting-issues): Error return value is not checked * fix(fix-legacy-linting-issues): Implicit memory aliasing in for loop * fix(fix-legacy-linting-issues): fix gofumpt linting issue * fix(fix-legacy-linting-issues): Fix duplicate line * fix(fix-legacy-linting-issues): Remove deprecated and unused funtion * fix(fix-legacy-linting-issues): Fix function "appendStructFields" is too long * - Cleaned up some typos. - Consolidated use of err/err2 names for multiple error variables. * fix(fix-legacy-linting-issues): Remove all unused code * fix(fix-legacy-linting-issues): Rename function name to make it more clearer * Rename function name --------- Co-authored-by: neilotoole <neilotoole@apache.org>
- Loading branch information