Skip to content

Commit

Permalink
Meta: make check-style.sh ignore Libraries/LibCore/puff.cpp
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emanuele6 authored and awesomekling committed Jul 29, 2020
1 parent c7652a2 commit f128d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Meta/check-style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
)

Expand Down

0 comments on commit f128d3b

Please sign in to comment.