1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

Meta: Stop excluding getopt.cpp from linting

This file was already "serenified" by @bugaevc long ago.
This commit is contained in:
Idan Horowitz 2021-03-04 00:01:11 +02:00 committed by Andreas Kling
parent c12781a6a2
commit 45a11ead9a
3 changed files with 0 additions and 3 deletions

View file

@ -21,7 +21,6 @@ files = subprocess.run(
"**/CMake*.txt",
":!:Base",
":!:Kernel/FileSystem/ext2_fs.h",
":!:Userland/Libraries/LibC/getopt.cpp",
":!:Userland/Libraries/LibELF/exec_elf.h"
],
capture_output=True