Add deps to check_licenses.sh

This commit is contained in:
lilith 2022-11-02 22:29:34 -04:00
parent 9f77dc8262
commit d4fc420b18
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
# Depends on: `rg` (ripgrep)
! rg --multiline --files-without-match --glob '*.rs' --pcre2 '(?<!\n)((//)|(#)) Copyright \(c\) \d+ [A-z, ]+\n((//)|(#)) SPDX-License-Identifier: .*\n'