refactor: centralize fingerprint method resolution in a Fingerprinter (#2924)

This commit is contained in:
Valentin Maerten
2026-08-10 16:12:18 +02:00
committed by GitHub
parent d2b02e3c69
commit fc49c72647
17 changed files with 390 additions and 203 deletions

9
testdata/method_invalid/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
version: '3'
tasks:
build:
method: checksums # typo: not a valid method
cmds:
- echo "cs=[{{.CHECKSUM}}]"
sources:
- ./source.txt

1
testdata/method_invalid/source.txt vendored Normal file
View File

@@ -0,0 +1 @@
x