mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
This commit is contained in:
parent
1c91881a1d
commit
3cc0d60141
15 changed files with 845 additions and 802 deletions
|
@ -18,7 +18,7 @@ def should_check_file(filename):
|
|||
return False
|
||||
if filename.startswith('Userland/Libraries/LibCpp/Tests/preprocessor/'):
|
||||
return False
|
||||
if filename == 'Kernel/FileSystem/ext2_fs.h':
|
||||
if filename == 'Kernel/FileSystem/Ext2FS/Definitions.h':
|
||||
return False
|
||||
if filename.endswith('.txt'):
|
||||
return 'CMake' in filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue