From 6c60bf73eb12142530cb3eeb91ecf5fea37ee9ca Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Wed, 23 Mar 2022 11:17:01 +0000 Subject: [PATCH] docs: update pact-support@googlegroups.com to pact-foundation (#208) * docs: update pact-support@googlegroups.com to pact-foundation * fix: ignore linter warning in test --- CODE_OF_CONDUCT.md | 2 +- dsl/matcher_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c2c75468c..26a77c425 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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. diff --git a/dsl/matcher_test.go b/dsl/matcher_test.go index 4800ff17d..0253faa01 100644 --- a/dsl/matcher_test.go +++ b/dsl/matcher_test.go @@ -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 {