mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Remove syslog.h from clang-format exclusion list
Before Libraries was moved to Userland/Libraries syslog.h had a bunch of manually aligned defines and array initializations. Andreas seems to have formatted the file with clang-format as part of that file move. Since syslog.h is now properly formatted, we don't need to exclude it from the linter list.
This commit is contained in:
parent
e548c1f489
commit
891bc81f30
Notes:
sideshowbarker
2024-07-18 07:18:41 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/891bc81f309 Pull-request: https://github.com/SerenityOS/serenity/pull/9260
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ if [ "$#" -eq "1" ]; then
|
|||
'*.h' \
|
||||
':!:Base' \
|
||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||
':!:Userland/Libraries/LibC/syslog.h' \
|
||||
':!:Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests/*' \
|
||||
':!:Userland/Libraries/LibCpp/Tests/*'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue