Always generate fixes (#4239)

This commit is contained in:
Micha Reiser 2023-05-10 09:06:14 +02:00 committed by GitHub
parent bfa1c28c00
commit 8969ad5879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 311 additions and 379 deletions

View file

@ -198,7 +198,6 @@ pub fn check(contents: &str, options: JsValue) -> Result<JsValue, JsValue> {
&directives,
&settings,
flags::Noqa::Enabled,
flags::Autofix::Enabled,
);
let source_code = locator.to_source_code();