mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
JSSpecCompiler: Add our first test :^)
This commit is contained in:
parent
107a3b44fa
commit
00928764e9
4 changed files with 138 additions and 1 deletions
|
@ -23,6 +23,7 @@ GOOD_LICENSE_HEADER_PATTERN = re.compile(
|
|||
LICENSE_HEADER_CHECK_EXCLUDES = {
|
||||
'AK/Checked.h',
|
||||
'AK/Function.h',
|
||||
'Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Tests/',
|
||||
'Userland/Libraries/LibJS/SafeFunction.h',
|
||||
'Userland/Libraries/LibELF/ELFABI.h',
|
||||
'Userland/Libraries/LibCodeComprehension/Cpp/Tests/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue