urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
21.89k stars 1.69k forks source link

Add gofumpt to CI #1899

Closed bartekpacia closed 1 month ago

bartekpacia commented 1 month ago

What type of PR is this?

What this PR does / why we need it:

This PR sets up gofumpt. Some small discussion was in

Which issue(s) this PR fixes:

Resolves #1897

Special notes for your reviewer:

I made no changes to Go code except for running gofumpt -w ., so very likely there are no semantics changes.

Testing

I made no changes to Go code except for running gofumpt -w ., so very likely there are no semantics changes, therefore no tests have been added/modified.

Release Notes

None