Skip to content

Commit

Permalink
[lint] Enfore same lint rules in entire repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeland73 committed Sep 19, 2023
1 parent 62e2071 commit f5ea878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"scripts": {
"build": "go build -o dist/typeid",
"lint": "golangci-lint run",
"lint": "golangci-lint run -c ../.golangci.yml",
"test": "go test -race -cover ./..."
}
}
}
}

0 comments on commit f5ea878

Please sign in to comment.