fix gitlint run in CI #158

Merged
realloc merged 1 commits from realloc/frostfs-node:fix/gitlint into master 2023-03-22 08:58:35 +00:00

Gitlint check was missing

Gitlint check was missing
woodpecker changed title from fix gitlint run in CI to WIP: fix gitlint run in CI 2023-03-22 06:48:14 +00:00
realloc force-pushed fix/gitlint from b272b0df48 to 16f249f635 2023-03-22 07:26:05 +00:00 Compare
realloc force-pushed fix/gitlint from 16f249f635 to 511a70f1aa 2023-03-22 07:38:06 +00:00 Compare
woodpecker changed title from WIP: fix gitlint run in CI to fix gitlint run in CI 2023-03-22 07:39:39 +00:00
realloc force-pushed fix/gitlint from 511a70f1aa to 3f334e98ef 2023-03-22 07:44:39 +00:00 Compare
realloc requested review from storage-core-committers 2023-03-22 08:01:32 +00:00
realloc requested review from storage-core-developers 2023-03-22 08:01:32 +00:00
dstepanov-yadro approved these changes 2023-03-22 08:04:09 +00:00
fyrchik reviewed 2023-03-22 08:31:08 +00:00
@ -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/

The official doc mentions small letters, do we need this change? https://jorisroovers.com/gitlint/configuration/
Poster
Owner

Agree, but the internal representation uses capital letters, so the warning shown from binary request changes with capital letters =) Both ways work.

DEBUG: gitlint.cli Configuration
config-path: /home/realloc/projects/tcl-realloc/frostfs-node/.gitlint
[GENERAL]
extra-path: None
contrib: ['CC1']
ignore: 
ignore-merge-commits: True
ignore-fixup-commits: True
ignore-fixup-amend-commits: True
ignore-squash-commits: True
ignore-revert-commits: True
ignore-stdin: False
staged: False
fail-without-commits: True
regex-style-search: True
verbosity: 3
debug: True

Agree, but the internal representation uses capital letters, so the warning shown from binary request changes with capital letters =) Both ways work. ``` DEBUG: gitlint.cli Configuration config-path: /home/realloc/projects/tcl-realloc/frostfs-node/.gitlint [GENERAL] extra-path: None contrib: ['CC1'] ignore: ignore-merge-commits: True ignore-fixup-commits: True ignore-fixup-amend-commits: True ignore-squash-commits: True ignore-revert-commits: True ignore-stdin: False staged: False fail-without-commits: True regex-style-search: True verbosity: 3 debug: True ```
acid-ant approved these changes 2023-03-22 08:54:53 +00:00
realloc merged commit f111704ceb into master 2023-03-22 08:58:35 +00:00
realloc deleted branch fix/gitlint 2023-03-22 08:58:35 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#158
There is no content yet.