bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
267 stars 18 forks source link

fix(CI): precommit hooks ruby dependency #159

Closed WillLillis closed 1 month ago

WillLillis commented 1 month ago

Ran into some issues with CI while testing #158. Going to merge this in now to prevent future headaches, shouldn't cause any conflicts with open PRs.

EDIT: cc @Ultra-Code I have to disable some lints in order for CI to pass here. I think it's a false positive since taking the lint's suggestion results in a compile error (PathBuf's core::convert::Infallible error type isn't treated as infallible for me locally at least), so I may be introducing a few conflicts. CI has to pass in order for your PR to get in, but regardless my apologies.

Ultra-Code commented 1 month ago

Alright, No worries.