Skip to content

Commit

Permalink
docs: clarify use of --except (#37)
Browse files Browse the repository at this point in the history
* docs: clarify use of --except

* Update check.rs
  • Loading branch information
a-frantz authored Oct 23, 2024
1 parent 4099f23 commit c5ec3a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ pub struct Common {
#[arg(required = true)]
pub paths: Vec<PathBuf>,

/// Lint rules to except from running.
/// A single rule ID to except from running. Can be specified multiple
/// times.
#[arg(short, long, value_name = "RULE")]
pub except: Vec<String>,

Expand Down

0 comments on commit c5ec3a7

Please sign in to comment.