mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
Meta: Stop excluding getopt.cpp from linting
This file was already "serenified" by @bugaevc long ago.
This commit is contained in:
parent
c12781a6a2
commit
45a11ead9a
3 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,6 @@ files = subprocess.run(
|
||||||
"**/CMake*.txt",
|
"**/CMake*.txt",
|
||||||
":!:Base",
|
":!:Base",
|
||||||
":!:Kernel/FileSystem/ext2_fs.h",
|
":!:Kernel/FileSystem/ext2_fs.h",
|
||||||
":!:Userland/Libraries/LibC/getopt.cpp",
|
|
||||||
":!:Userland/Libraries/LibELF/exec_elf.h"
|
":!:Userland/Libraries/LibELF/exec_elf.h"
|
||||||
],
|
],
|
||||||
capture_output=True
|
capture_output=True
|
||||||
|
|
|
@ -41,7 +41,6 @@ done < <(git ls-files -- \
|
||||||
'*.h' \
|
'*.h' \
|
||||||
':!:Base' \
|
':!:Base' \
|
||||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||||
':!:Userland/Libraries/LibC/getopt.cpp' \
|
|
||||||
':!:Userland/Libraries/LibELF/exec_elf.h' \
|
':!:Userland/Libraries/LibELF/exec_elf.h' \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@ if [ "$#" -eq "1" ]; then
|
||||||
'*.h' \
|
'*.h' \
|
||||||
':!:Base' \
|
':!:Base' \
|
||||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||||
':!:Userland/Libraries/LibC/getopt.cpp' \
|
|
||||||
':!:Userland/Libraries/LibC/syslog.h' \
|
':!:Userland/Libraries/LibC/syslog.h' \
|
||||||
':!:Userland/Libraries/LibELF/exec_elf.h'
|
':!:Userland/Libraries/LibELF/exec_elf.h'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue