Replace codespell with Vale spelling check (#98406)

This commit is contained in:
Jack Baldry
2025-01-14 14:08:01 +00:00
committed by GitHub
parent 037570b9c8
commit 3884c0e896
7 changed files with 26 additions and 37 deletions
-10
View File
@@ -753,16 +753,6 @@ def frontend_metrics_step(trigger = None):
step = dict(step, when = trigger)
return step
def codespell_step():
return {
"name": "codespell",
"image": images["python"],
"commands": [
"pip3 install codespell",
"codespell -I docs/.codespellignore docs/",
],
}
def grafana_server_step():
"""Runs the grafana-server binary as a service.