Everywhere: Remove references to the kernel

This commit is contained in:
Tim Ledbetter 2024-05-31 09:27:36 +01:00 committed by Andreas Kling
commit 1a4fbfe495
Notes: sideshowbarker 2024-07-17 06:40:35 +09:00
12 changed files with 5 additions and 56 deletions

View file

@ -20,8 +20,6 @@ def should_check_file(filename):
return False
if filename.startswith('Tests/LibWeb/Layout/'):
return False
if filename == 'Kernel/FileSystem/Ext2FS/Definitions.h':
return False
if filename.endswith('.txt'):
return 'CMake' in filename
return True