Skip to content

Commit d7298ab

Browse files
committed
Check the validity of ABOUT files #1327
Signed-off-by: tdruez <[email protected]>
1 parent 5596839 commit d7298ab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ check:
7979
@echo "-> Run Ruff format validation"
8080
@${ACTIVATE} ruff format --check
8181
@$(MAKE) doc8
82+
@echo "-> Run ABOUT files validation"
83+
@${ACTIVATE} about check etc/thirdparty/
84+
@${ACTIVATE} about check scancodeio/
85+
# Needs a --exclude scanpipe/tests/ argument
86+
# https://github.com/aboutcode-org/aboutcode-toolkit/issues/583
87+
# @${ACTIVATE} about check scanpipe/
8288

8389
check-deploy:
8490
@echo "-> Check Django deployment settings"

scanpipe/pipes/schemas/spdx-schema-2.3.json.ABOUT

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ track_changes: yes
1313
licenses:
1414
- key: cc-by-3.0
1515
name: Creative Commons Attribution License 3.0
16-
file: cc-by-3.0.LICENSE

0 commit comments

Comments
 (0)