Skip to content

Commit

Permalink
docs: update [email protected] to pact-foundation (#208)
Browse files Browse the repository at this point in the history
* docs: update [email protected] to pact-foundation

* fix: ignore linter warning in test
  • Loading branch information
YOU54F authored Mar 23, 2022
1 parent f82584d commit 6c60bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at pact-support@googlegroups.com. All
reported by contacting the project team at pact-foundation@googlegroups.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion dsl/matcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ func TestMatch(t *testing.T) {
WordDash string `json:"-,"`
}
type unexportedDTO struct {
unexported string
unexported string //nolint
}
str := "str"
type args struct {
Expand Down

0 comments on commit 6c60bf7

Please sign in to comment.