mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
The root cause was that FISH_CHECK_LINT was not set. By default, check.sh should fail if any tool is not installed, see59b43986e9(build_tools/style.fish: fail if formatters are not available, 2025-07-24); like it does for rustfmt and clippy. This reverts commitfbfd29d6d2. See #11884