Closed ccoVeille closed 5 months ago
Please note the bug may also occurs with formatter
checker, if fmt
package is no longer necessary
I admit that this is possible.
testifylint
doesn't have to deal with formatting the entire filego fmt
, gofumpt
, gci
, goimports
, etc.So, nothing to do here.
OK for me. As long, it's clear and documented.
-fix may imply that
errors
package is no longer neededHere is an example
when using -fix,
testifylint
will replaceerrors.Is
byassert.ErrorIs
. Here is the result.But this file is invalid: the
errors
package is no longer needed, launching agoimport
on it fix it