summaryrefslogtreecommitdiff
path: root/Meta/lint-clang-format.sh
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-03-04 00:01:11 +0200
committerAndreas Kling <kling@serenityos.org>2021-03-03 23:42:32 +0100
commit45a11ead9aaaf5a0e7a169ef13c257b1e5ccc250 (patch)
tree9857019ec8a406bb96dd0420a3424d6f16701658 /Meta/lint-clang-format.sh
parentc12781a6a2dc074be249c21a31913d9b1458c1c9 (diff)
downloadserenity-45a11ead9aaaf5a0e7a169ef13c257b1e5ccc250.zip
Meta: Stop excluding getopt.cpp from linting
This file was already "serenified" by @bugaevc long ago.
Diffstat (limited to 'Meta/lint-clang-format.sh')
-rwxr-xr-xMeta/lint-clang-format.sh1
1 files changed, 0 insertions, 1 deletions
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'
)