mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Check more file extensions for newlines at EOF
This commit is contained in:
committed by
Andrew Kaster
parent
0601216ac4
commit
b3a009f521
@@ -96,4 +96,3 @@ function(_setup_swift_paths)
|
|||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
_setup_swift_paths()
|
_setup_swift_paths()
|
||||||
|
|
||||||
|
|||||||
@@ -11,4 +11,3 @@ if(patch_not_yet_applied)
|
|||||||
COMMAND ${GIT_EXECUTABLE} apply ${CMAKE_ARGV3} COMMAND_ERROR_IS_FATAL LAST
|
COMMAND ${GIT_EXECUTABLE} apply ${CMAKE_ARGV3} COMMAND_ERROR_IS_FATAL LAST
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import subprocess
|
|||||||
import sys
|
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):
|
def should_check_file(filename):
|
||||||
|
|||||||
Reference in New Issue
Block a user