Crate cargo_sonar

Crate cargo_sonar 

Source
Expand description

Feature flags

  • audit (enabled by default) — Support for converting the output of cargo-audit
  • clippy (enabled by default) — Support for converting the output of cargo-clippy
  • codeclimate (enabled by default) — Support for converting into the codeclimate format
  • deny (enabled by default) — Support for converting the output of cargo-deny
  • outdated (enabled by default) — Support for converting the output of cargo-outdated
  • sonar (enabled by default) — Support for converting into the sonar format
  • udeps (enabled by default) — Support for converting the output of cargo-udeps

Re-exports§

pub use codeclimate::CodeClimate;
pub use sonar::Sonar;

Modules§

audit
clippy
codeclimate
deny
outdated
sonar
udeps

Structs§

Command
Converter
Location
Lockfile
TextRange

Enums§

Category
Severity

Traits§

Issue