diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2020-09-05 12:25:33 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-05 14:19:38 +0200 |
commit | c8668e9b7c1a2d67b0f4c07eec8eefa20460ec0a (patch) | |
tree | 669f0348af5a92083086a94193b1d4914e0dbfa6 /Meta/check-style.sh | |
parent | fad0c8e712a9492f402f7a1676e372b17a3d9d7f (diff) | |
download | serenity-c8668e9b7c1a2d67b0f4c07eec8eefa20460ec0a.zip |
Meta: Fix wonky copyright headers in Tests
Diffstat (limited to 'Meta/check-style.sh')
-rwxr-xr-x | Meta/check-style.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Meta/check-style.sh b/Meta/check-style.sh index c20553a85d..62446e855b 100755 --- a/Meta/check-style.sh +++ b/Meta/check-style.sh @@ -39,7 +39,6 @@ while IFS= read -r f; do done < <(git ls-files -- \ '*.cpp' \ '*.h' \ - ':!:Tests' \ ':!:Base' \ ':!:Kernel/FileSystem/ext2_fs.h' \ ':!:Libraries/LibC/getopt.cpp' \ |