soc/intel/alderlake: Update the VccIn Aux Imon IccMax for ADL-M
[coreboot.git] / util / lint / lint-stable-023-filenames
blob8b519a80dd35d46ee5ea082288534132ba31988a
1 #!/usr/bin/env sh
3 # SPDX-License-Identifier: GPL-2.0-only
5 # DESCR: Check for illegal characters in filename
7 LC_ALL=C export LC_ALL
9 # Skip check if git isn't available
10 if [ -n "$(command -v git)" ] && \
11 [ "$(git rev-parse --is-inside-work-tree 2>/dev/null)" = "true" ]
12 then
13 git ls-files | grep "[^A-Za-z0-9/_\.-]"