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
--fix
flag tolint-style
, for fixing style errors (when possible) - moves calling
lint-style.py
intolake exe lint-style
, and - switches the CI workflow to call
lake exe lint-style
instead, and removeslint-style.sh
Ideally,lint-style.py
will be completely rewritten in Lean soon, so this calling of an external process is only temporary. Helps with #14539.