Commit 2024-08-15 23:53 7a3e6979
View on Github →feat: remove lint-style.sh (#15051)
In detail, this PR
- moves the executable bit check into the .yml files, instead of the shell script
- adds a
--fixflag tolint-style, for fixing style errors (when possible) - moves calling
lint-style.pyintolake exe lint-style, and - switches the CI workflow to call
lake exe lint-styleinstead, and removeslint-style.shIdeally,lint-style.pywill be completely rewritten in Lean soon, so this calling of an external process is only temporary. Helps with #14539.