AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.04k stars 214 forks source link

fix(rust): fix clippy config, add `--no-deps` arg #978

Closed Ryex closed 1 month ago

Ryex commented 1 month ago

📑 Description

Prevent rustaceanvim from enabling clippy on it's own. This results in a bad config atm. and would clash with any user provided config / this packs config if it worked.

Add the --no-deps clippy arg to not lint dependencies by default

ℹ Additional Information

this would fix rustacenvim 's bad clippy config but we should still disable it because it on it's side because will overwrite ours when load_rust_analyzer_settings is called https://github.com/mrcjkb/rustaceanvim/pull/403

github-actions[bot] commented 1 month ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping: