Files
gentoo-utils-gitea/rust-analyzer.sh
John Turner 8b700b0404
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 11s
Gentoo Utils / build (push) Successful in 35s
create rust-analyzer.sh script
This script should be ran by the LSP server to get error diagnostics.
2025-12-12 03:40:45 +00:00

13 lines
191 B
Bash
Executable File

#!/bin/bash
# this script is a temporary workaround for not having a proper clippy-json target
source /etc/profile
cd build || exit $?
# compile as far as we can
ninja
ninja clippy-json