You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: add --fix option for check-whitespace (JuliaLang#59118)
Help agents (and humans) to solve whitespace quicker. New options
include to try fixing issues before checking for errors that cannot be
automatically fixed (tabs in the middle of lines) and the ability to
pass specific files as arguments (particularly for testing this script
or for files that aren't yet in git).
Partially written by Claude.
0 commit comments