Skip to content

Commit

Permalink
Fix Spelling errors and ignore private keys for testing
Browse files Browse the repository at this point in the history
Linear issue tracker: ENG-263
Github Issue: #4597
  • Loading branch information
jamlo committed Oct 15, 2024
1 parent dbcd689 commit a842526
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .cspell/custom-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,6 @@ frrist
swaggo
isbadactor
installationid
firstbacalhauimage
firstbacalhauimage
RYUK
buildvcs
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: detect-aws-credentials
args: [--allow-missing-credentials]
- id: detect-private-key
exclude: 'testdata/.*|test_integration/certificates/.*'
exclude: 'testdata/.*|test_integration/assets/dockerfiles/certificates/.*|docker-compose-deployment/certificates/.*'
- id: check-yaml
- id: check-json
- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down Expand Up @@ -36,4 +36,5 @@ repos:
- id: "go-test-build-header"
name: "Go test '//go:build' header present"
entry: ".gitprecommit/go_test_build_header.sh"
exclude: 'test_integration/.*|'
language: "script"
1 change: 1 addition & 0 deletions test_integration/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func compileBacalhau(ctx context.Context, programPath string) error {
}

// Create a container request
// TODO: Improve how we build our binary
req := testcontainers.ContainerRequest{
Image: "golang:1.23",
Cmd: []string{
Expand Down

0 comments on commit a842526

Please sign in to comment.