mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
Meta: Update check-style.sh to ignore CVS $id$ tags
Userlands/Libraries/LibC/sys/exec_elf.h has an $id$ tag which fails this lint check.
This commit is contained in:
parent
407b066ba4
commit
aa254ffd66
Notes:
sideshowbarker
2024-07-18 19:28:39 +09:00
Author: https://github.com/gunnarbeutner
Commit: aa254ffd66
Pull-request: https://github.com/SerenityOS/serenity/pull/6394
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ cd "$script_path/.." || exit 1
|
|||
# We simply check if the file starts with:
|
||||
# /*
|
||||
# * Copyright
|
||||
LICENSE_HEADER_PATTERN=$'^/\*\n \* Copyright'
|
||||
LICENSE_HEADER_PATTERN=$'^([^\n]*\n)?/\*\n \* Copyright'
|
||||
MISSING_LICENSE_HEADER_ERRORS=()
|
||||
|
||||
# We check that "#pragma once" is present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue