mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Stop excluding getopt.cpp from linting
This file was already "serenified" by @bugaevc long ago.
This commit is contained in:
committed by
Andreas Kling
parent
c12781a6a2
commit
45a11ead9a
@@ -12,7 +12,6 @@ if [ "$#" -eq "1" ]; then
|
||||
'*.h' \
|
||||
':!:Base' \
|
||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||
':!:Userland/Libraries/LibC/getopt.cpp' \
|
||||
':!:Userland/Libraries/LibC/syslog.h' \
|
||||
':!:Userland/Libraries/LibELF/exec_elf.h'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user