Skip to content

Commit

Permalink
nolint function length on test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Feb 19, 2024
1 parent 2794142 commit 0eba29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/oneof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ var oneOfTestInlineCMappedSchema = schema.NewStructMappedObjectSchema[oneOfTestI
oneOfTestInlineObjectCProperties,
)

//nolint:funlen
func Test_OneOfString_ConstructorBypass(t *testing.T) {
input_schema := map[string]any{
"root": "InputParams",
Expand Down

0 comments on commit 0eba29f

Please sign in to comment.