Skip to content

More linter error fixes

Changzheng Liu requested to merge cz-more-linter-fixes into main

Most of the linter errors are,

  • expected-actual: need to reverse actual and expected values (testifylint)
  • non-wrapping format verb for fmt.Errorf. Use %w to format errors (errorlint)
Edited by Changzheng Liu

Merge request reports