community-rust
community-rust copied to clipboard
SonarQube plugin to analyze Rust files
I was looking at the logs from the plugin, and found that: ```log INFO: Importing [/builds/my-project/target/test/coverage/report.info] WARN: Could not resolve 2287 file paths in [/builds/my-project/target/test/coverage/report.info] WARN: First unresolved path: .cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.0/src/raw/sse2.rs...
 is there some additional verification rules for rust
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade commons-io:commons-io from 2.15.1 to 2.16.1. :information_source: Keep your dependencies up-to-date....
[Snyk] Upgrade org.sonarsource.analyzer-commons:sonar-analyzer-commons from 2.8.0.2699 to 2.9.0.2753
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.sonarsource.analyzer-commons:sonar-analyzer-commons from 2.8.0.2699 to 2.9.0.2753. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.fasterxml.woodstox:woodstox-core from 6.6.1 to 6.6.2. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade commons-io:commons-io from 2.15.1 to 2.16.0. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.sonarsource.api.plugin:sonar-plugin-api from 10.6.0.2114 to 10.7.0.2191. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade org.sonarsource.analyzer-commons:sonar-analyzer-commons from 2.8.0.2699 to 2.11.0.2861. :information_source: Keep your dependencies...
### Problem When the Rust project is located in a subdirectory, the sonar-scanner is unable to resolve the path, resulting in the warning: `WARN Failed to resolve 1 file path(s)...
v0.2.5
1. Update notice; 2. Update dependencies version; 3. Deprecate FileAdjust, replaced message.span.file_name to target.src_path as mentioned in [issue](https://github.com/C4tWithShell/community-rust/issues/114) 4. Update script to update clippy rules ( they deprecated the json...