Meta: Don't check for newlines at EOF in Tests/LibWeb/Layout/
This commit is contained in:
parent
f3556f239e
commit
af8d5207f6
Notes:
sideshowbarker
2024-07-16 23:05:02 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/af8d5207f6
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ def should_check_file(filename):
|
|||
return False
|
||||
if filename.startswith('Userland/Libraries/LibCpp/Tests/preprocessor/'):
|
||||
return False
|
||||
if filename.startswith('Tests/LibWeb/Layout/'):
|
||||
return False
|
||||
if filename == 'Kernel/FileSystem/Ext2FS/Definitions.h':
|
||||
return False
|
||||
if filename.endswith('.txt'):
|
||||
|
|
Loading…
Add table
Reference in a new issue