Synchronize with frostfs-node repository #4
Labels
No labels
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/basic#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
frostfs-node is ahead of this repository. If we want to distribute
basic
template across all repositories, we need to pull changes from frostfs-node first.Important differences:
gitlint
removedgolangci-lint
uses fixed version and runs viamake lint
gofumpt
added (runs viamake fumpt
)go-staticcheck-repo-mod
andgo-mod-tidy
addedHow to transfer changes from
frostfs-node
, if we don't use Makefile in basic repo? Maybe, alternative method of installing localgofumpt
andgolangci-lint
needed? Dedicated hiddenmake
file (.linters.mk
) or shell script?gitlint removed -- yes, we use DCO action on CI, it annoys us during development.
golanci-lint -- the version is pinned in repo, the target is shared. A separate makefile which we can just copy and then include in the main file is ok.
We can use Makefile here, this repo serves as a starting example.
@fyrchik, Is it worth applying these changes to basic?
george.bartolomey referenced this issue2024-07-12 14:03:13 +00:00