Skip to content

Commit 7ac9366

Browse files
Bump werkzeug from 3.1.3 to 3.1.4 in /results-processor (#4656)
* Bump werkzeug from 3.1.3 to 3.1.4 in /results-processor Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * allow "api" package name * Allow "api" package name --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DanielRyanSmith <[email protected]>
1 parent 446b22b commit 7ac9366

28 files changed

+30
-30
lines changed

api/CORS_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
package api
5+
package api //nolint:revive
66

77
// CORSList is a list of trusted third-party origins.
88
// nolint:gochecknoglobals // TODO: Fix gochecknoglobals lint error

api/bsf_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
package api
5+
package api //nolint:revive
66

77
import (
88
"encoding/json"

api/bsf_handler_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Use of this source code is governed by a BSD-style license that can be
55
// found in the LICENSE file.
66

7-
package api
7+
package api //nolint:revive
88

99
import (
1010
"encoding/json"
@@ -14,9 +14,9 @@ import (
1414

1515
"github.com/stretchr/testify/assert"
1616

17-
"go.uber.org/mock/gomock"
1817
"github.com/web-platform-tests/wpt.fyi/shared"
1918
"github.com/web-platform-tests/wpt.fyi/shared/sharedtest"
19+
"go.uber.org/mock/gomock"
2020
)
2121

2222
func TestBSFHandler_Success(t *testing.T) {

api/diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package api
1+
package api //nolint:revive
22

33
import (
44
"encoding/json"

api/labels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
package api
5+
package api //nolint:revive
66

77
import (
88
"context"

api/labels_medium_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Use of this source code is governed by a BSD-style license that can be
55
// found in the LICENSE file.
66

7-
package api
7+
package api //nolint:revive
88

99
import (
1010
"encoding/json"

api/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
package api
5+
package api //nolint:revive
66

77
import (
88
"bytes"

api/manifest_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Use of this source code is governed by a BSD-style license that can be
55
// found in the LICENSE file.
66

7-
package api
7+
package api //nolint:revive
88

99
import (
1010
"bytes"

api/metadata_cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
package api
5+
package api //nolint:revive
66

77
import (
88
"context"

api/metadata_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
package api
5+
package api //nolint:revive
66

77
import (
88
"context"

0 commit comments

Comments
 (0)