Thus script downloads some open source projects and runs zerolint -fix
on them.
The projects should be compilable afterwards, but since this can change an API it should not be applied blindly.
Run
./prepare.sh
./lint-basic.sh
./fix.sh
and examine the changes with
./diff.sh
afterwards.