fix(project): rename tool to glint

This commit is contained in:
2026-06-10 22:40:42 +02:00
parent f98e9c42e7
commit 51b3e1f297
18 changed files with 110 additions and 61 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package linter
import (
"fmt"
"git.k3nny.fr/gitlab-sim/internal/model"
"git.k3nny.fr/glint/internal/model"
)
func checkNeeds(p *model.Pipeline) []Finding {