mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
e817a049f0
Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
8 lines
187 B
Bash
Executable File
8 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# Ignoring third-party directories that we don't want to parse
|
|
# shellcheck disable=SC2046
|
|
shellcheck $(git ls-files '*.sh' | grep -Ev "glib/libcharset|glib/dirent")
|