This change the call stack when running the lint-format-strings.sh
linter. The python script is now called once per file instead of running
once per function per file. The python script does loop internally
resulting in a large performance improvement (about 80% time cut on my
machine).
Depends on D2881.