[This line](https://github.com/elegoff/sonar-rust/blob/45acb3b242986515e3217309c20e29da08243ad2/community-rust-plugin/src/main/java/org/elegoff/plugins/communityrust/clippy/ClippySensor.java#LL110C19-L110C19) assumes that the clippy report file is stored directly in the directory clippy was run from. This prevents storing the report out-of-tree or in a subdirectory (e.g. target/). Ideally, there should be some way to specify the "root" (or just assume the analysis root is the root for all source paths). If this is not possible, please update the documentation to explicitly state this requirement.