-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(Taskfile): Remove -s flag for gofumpt #421
Conversation
version v0.2.0 has removed the -s flag. It is now always on. https://github.com/mvdan/gofumpt/releases/tag/v0.2.0
Codecov Report
@@ Coverage Diff @@
## main #421 +/- ##
=======================================
Coverage 66.73% 66.73%
=======================================
Files 15 15
Lines 1876 1876
=======================================
Hits 1252 1252
Misses 487 487
Partials 137 137 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! |
* chore(ci): keyless signing Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * docs: fix Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: ci Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: vercel build script Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * docs: improve wording Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * docs: improve wording Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * docs: improve wording Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * chore(Taskfile): Remove -s flag for gofumpt (#421) * chore(deps): bump sigstore/cosign-installer from 1.3.1 to 1.4.1 (#425) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 1.3.1 to 1.4.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v1.3.1...v1.4.1) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#426) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](spf13/cobra@v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: fix links Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * docs: update help after cobra upgrade Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: name Signed-off-by: Carlos A Becker <caarlos0@gmail.com> Co-authored-by: 4censord <49623362+4censord@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
version v0.2.0 has removed the -s flag.
It is now always on.
https://github.com/mvdan/gofumpt/releases/tag/v0.2.0
fixes #420