Specify gofumpt version in the Makefile #1286
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1286
Loading…
Reference in a new issue
No description provided.
Delete branch "elebedeva/frostfs-node:feat/fumpt-install"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close #1266
Add target to install gofumpt, fix target to run gofumpt, add gofumpt job to run on PR.
Signed-off-by: Ekaterina Lebedeva ekaterina.lebedeva@yadro.com
@ -168,2 +177,3 @@
# Run gofumpt
fumpt:
fumpt-run:
I wouldn't change the name of an already-existing target
fixed
80b770dd65
to2902e0b68a
Makefile
prefix is ok too, we already use it.If you feel energetic, please, split this in 2 commits (1 for
Makefile:
and ability to install, another for.forgejo:
and running automatically).2902e0b68a
toef4cea6d19