Skip to content

Commit 71854ed

Browse files
committed
[nrf fromlist] scripts: requirements: Use gitlint-core for loose requirements
Gitlint-core has loose requirements and not conflicting with scancode-toolkit. Signed-off-by: Nicolae Dicu <[email protected]>
1 parent 7d3bd39 commit 71854ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/requirements-compliance.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# used by ci/check_compliance
44
# zephyr-keep-sorted-start
55
clang-format>=15.0.0
6-
gitlint
6+
gitlint-core
77
junitparser>=4.0.1
88
lxml>=5.3.0
99
pykwalify

scripts/requirements-extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ anytree
77
gitpython>=3.1.41
88

99
# helper for developers - check git commit messages
10-
gitlint
10+
gitlint-core
1111

1212
# helper for developers
1313
junit2html

0 commit comments

Comments
 (0)