fix gitlint run in CI #158
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#158
Loading…
Reference in a new issue
No description provided.
Delete branch "realloc/frostfs-node:fix/gitlint"
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?
Gitlint check was missing
fix gitlint run in CIto WIP: fix gitlint run in CIb272b0df48
to16f249f635
16f249f635
to511a70f1aa
WIP: fix gitlint run in CIto fix gitlint run in CI511a70f1aa
to3f334e98ef
@ -1,6 +1,6 @@
[general]
fail-without-commits=true
regex-style-search=true
fail-without-commits=True
The official doc mentions small letters, do we need this change?
https://jorisroovers.com/gitlint/configuration/
Agree, but the internal representation uses capital letters, so the warning shown from binary request changes with capital letters =) Both ways work.