Meta: make check-style.sh ignore Libraries/LibCore/puff.cpp

This file was formerly named `Libraries/LibCore/puff.c` and it was not
checked by `check-style.sh` because it only checks .h and .cpp files.

Since this file was not written by us, we shouldn't check its style.

This file was also causing our Travis builds to fail.
This commit is contained in:
Emanuele Torre 2020-07-29 17:04:46 +02:00 committed by Andreas Kling
commit f128d3baf7
Notes: sideshowbarker 2024-07-19 04:28:24 +09:00

View file

@ -37,6 +37,7 @@ done < <(git ls-files -- \
':!:Kernel/FileSystem/ext2_fs.h' \
':!:Libraries/LibC/getopt.cpp' \
':!:Libraries/LibCore/puff.h' \
':!:Libraries/LibCore/puff.cpp' \
':!:Libraries/LibELF/exec_elf.h' \
)