Crate cargo_sonar
source ·Expand description
Feature flags
-
audit
(enabled by default) — Support for converting the output ofcargo-audit
-
clippy
(enabled by default) — Support for converting the output ofcargo-clippy
-
codeclimate
(enabled by default) — Support for converting into thecodeclimate
format -
deny
(enabled by default) — Support for converting the output ofcargo-deny
-
outdated
(enabled by default) — Support for converting the output ofcargo-outdated
-
sonar
(enabled by default) — Support for converting into thesonar
format -
udeps
(enabled by default) — Support for converting the output ofcargo-udeps
Re-exports
pub use codeclimate::CodeClimate;
pub use sonar::Sonar;