Skip to content

Commit

Permalink
Disable lint in docker container (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed authored Mar 4, 2024
1 parent 9c695e6 commit 1306b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub struct BuildCommand {
///
/// This only adds extra ink! linting checks. Basic clippy and ink! lints which we
/// are deem important are run anyways.
#[clap(long)]
#[clap(long, conflicts_with = "verifiable")]
lint: bool,
/// Which build artifacts to generate.
///
Expand Down

0 comments on commit 1306b46

Please sign in to comment.