fix: add_rule.py for --linter ruff

This commit is contained in:
Martin Fischer 2023-01-22 04:50:05 +01:00 committed by Charlie Marsh
parent 4758ee6ac4
commit 1beedf20f9
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ mod tests {
for line in content.splitlines():
indent = get_indent(line)
if line.strip() == "// Ruff":
if line.strip() == "// ruff":
fp.write(f"{indent}// {plugin}")
fp.write("\n")