Update CONTRIBUTING.md (#623)

This commit is contained in:
Charlie Marsh 2022-11-06 14:31:16 -05:00 committed by GitHub
parent 1ede377402
commit cea9e34942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 31 deletions

View file

@ -11,7 +11,7 @@ use itertools::Itertools;
use ruff::checks::CheckCode;
use strum::IntoEnumIterator;
const FILE: &str = "../src/checks_gen.rs";
const FILE: &str = "src/checks_gen.rs";
#[derive(Parser)]
#[command(author, version, about, long_about = None)]