Mark the HasFluff rule as non-fixable
This commit is contained in:
parent
b0d682105c
commit
50688d33dd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ impl Rule for HasFluff {
|
|||
}
|
||||
|
||||
fn fix(_filename: &str, _captures: &Captures) -> Result<FixStatus> {
|
||||
return Ok(FixStatus::NotImplemented)
|
||||
return Ok(FixStatus::NotFixable)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue