summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMeta/check-newlines-at-eof.py1
-rwxr-xr-xMeta/check-style.sh1
-rwxr-xr-xMeta/lint-clang-format.sh1
3 files changed, 0 insertions, 3 deletions
diff --git a/Meta/check-newlines-at-eof.py b/Meta/check-newlines-at-eof.py
index 57ff5f9517..37810c47c8 100755
--- a/Meta/check-newlines-at-eof.py
+++ b/Meta/check-newlines-at-eof.py
@@ -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
diff --git a/Meta/check-style.sh b/Meta/check-style.sh
index c127385493..22f6cdefa0 100755
--- a/Meta/check-style.sh
+++ b/Meta/check-style.sh
@@ -41,7 +41,6 @@ done < <(git ls-files -- \
'*.h' \
':!:Base' \
':!:Kernel/FileSystem/ext2_fs.h' \
- ':!:Userland/Libraries/LibC/getopt.cpp' \
':!:Userland/Libraries/LibELF/exec_elf.h' \
)
diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh
index 42e5a4d0be..d9e12eada8 100755
--- a/Meta/lint-clang-format.sh
+++ b/Meta/lint-clang-format.sh
@@ -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'
)