mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +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:
parent
c7652a2166
commit
f128d3baf7
Notes:
sideshowbarker
2024-07-19 04:28:24 +09:00
Author: https://github.com/emanuele6
Commit: f128d3baf7
Pull-request: https://github.com/SerenityOS/serenity/pull/2921
1 changed files with 1 additions and 0 deletions
|
@ -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' \
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue