We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5596839 commit d7298abCopy full SHA for d7298ab
Makefile
@@ -79,6 +79,12 @@ check:
79
@echo "-> Run Ruff format validation"
80
@${ACTIVATE} ruff format --check
81
@$(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/
88
89
check-deploy:
90
@echo "-> Check Django deployment settings"
scanpipe/pipes/schemas/spdx-schema-2.3.json.ABOUT
@@ -13,4 +13,3 @@ track_changes: yes
13
licenses:
14
- key: cc-by-3.0
15
name: Creative Commons Attribution License 3.0
16
- file: cc-by-3.0.LICENSE
0 commit comments