Skip to content

ci-license-scan: Allow copyrights with control chars

Walter Lozano requested to merge wip/wlozano/control into apertis/v2023dev3

Currently ci-license-scan tries to validate the copyright by running some checks, since in some cases the scanner outputs binary data. However, these checks filter valid copyrights, for instance those containing \t or \n.

Fix the issue by relaxing the checks to allow some control characters.

apertis-issues#80 (closed)

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Merge request reports