Skip to content

Commit

Permalink
Merge branch 'main' into Document-route-kinds-for-protocolType
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt authored Jun 21, 2024
2 parents 2f4ba59 + 02581a1 commit cdf6d0b
Show file tree
Hide file tree
Showing 529 changed files with 51,349 additions and 10,548 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ updates:
- go
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in gwctl/go.mod
- package-ecosystem: "gomod"
Expand All @@ -27,6 +28,7 @@ updates:
- go
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in conformance/echo-basic/go.mod
- package-ecosystem: "gomod"
Expand All @@ -41,6 +43,7 @@ updates:
- go
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
Expand All @@ -51,6 +54,7 @@ updates:
- github_actions
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in Dockerfile
- package-ecosystem: "docker"
Expand All @@ -61,6 +65,7 @@ updates:
- docker
- dependencies
- ok-to-test
- release-note-none

# Dependencies listed in requirements.txt
- package-ecosystem: "pip"
Expand All @@ -71,3 +76,4 @@ updates:
- python
- dependencies
- ok-to-test
- release-note-none
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,12 @@ issues:
- linters:
- testifylint
text: "require must only be used in the goroutine running the test function"
- linters:
- testifylint
text: "contains assertions that must only be used in the goroutine running the test function"
# It is valid usage to wrap errors without using %w to not make them part of
# the API contract.
- linters: ["errorlint"]
text: "non-wrapping format verb for fmt.Errorf. Use `%w` to format errors"
exclude:
- Using the variable on range scope `tc` in function literal
Loading

0 comments on commit cdf6d0b

Please sign in to comment.