TM-SGNL-iOS/Scripts/lint/util.py
TeleMessage developers dde0620daf initial commit
2025-05-03 12:28:28 -07:00

3 lines
97 B
Python

EXTENSIONS_TO_CHECK = set(
(".h", ".hpp", ".cpp", ".m", ".mm", ".pch", ".swift", ".proto")
)