Implement B017 (no assertRaises(Exception)) (#467)

This commit is contained in:
Charlie Marsh 2022-10-25 20:55:00 -04:00 committed by GitHub
parent 66089052ee
commit bcf7519eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 104 additions and 3 deletions

View file

@ -19,7 +19,7 @@ fn main() {
"| {} | {} | {} | {} |",
check_kind.code().as_ref(),
check_kind.as_ref(),
check_kind.body().replace("|", r"\|"),
check_kind.summary().replace("|", r"\|"),
fix_token
);
}