mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Check more file extensions for newlines at EOF
This commit is contained in:
parent
0601216ac4
commit
b3a009f521
|
|
@ -96,4 +96,3 @@ function(_setup_swift_paths)
|
|||
endfunction()
|
||||
|
||||
_setup_swift_paths()
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@ if(patch_not_yet_applied)
|
|||
COMMAND ${GIT_EXECUTABLE} apply ${CMAKE_ARGV3} COMMAND_ERROR_IS_FATAL LAST
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import subprocess
|
|||
import sys
|
||||
|
||||
|
||||
RE_RELEVANT_FILE_EXTENSION = re.compile('\\.(cpp|h|gml|html|js|css|sh|py|json|txt)$')
|
||||
RE_RELEVANT_FILE_EXTENSION = re.compile('\\.(cpp|h|mm|swift|gml|html|js|css|sh|py|json|txt|cmake|gn|gni)$')
|
||||
|
||||
|
||||
def should_check_file(filename):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user