Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support to defer statement (#12)
* Bump codecov/codecov-action from 4.0.1 to 4.4.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.4.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.0.1...v4.4.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump golang.org/x/tools in the production-dependencies group Bumps the production-dependencies group with 1 update: [golang.org/x/tools](https://github.com/golang/tools). Updates `golang.org/x/tools` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * refactor * add doc * must support golang for-loop statements * change the danalyzer report message (#9) change from "can be replaced" by "should be replaced" * must support defer statement (#11) * must support defer statement * add test with t.Cleanup --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information