1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00

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
parent c7652a2166
commit f128d3baf7

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' \
)