mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
069fabef4a
MinGW headers are all lowercase, and because we build FF with MinGW on Linux - capitalization matters. But if you're plugging along, working on Windows, you might forget about that, and wind up inadvertently breaking the MinGW build because you capitalized an include file (as is common in Windows development.) This lint job takes the list of header files from MinGW (generated by cd mingw-w64/mingw-w64-headers && find . -name "*.h" | xargs -I bob -- basename bob | sort | uniq) and will alert if they are in an #include statement but not all-lowercase. MozReview-Commit-ID: 4QFSdHx5Uak --HG-- extra : rebase_source : d76c258191d4cbb7665775bd1b8d79028890727f
0 lines
Python
0 lines
Python