Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzyfresh committed Dec 7, 2022
1 parent c55d7c6 commit 53b5434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/codegen/testing/test/sdk_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ var PulumiPulumiSDKTests = []*SDKTest{
{
Directory: "provider-config-schema",
Description: "Simple provider config schema",
SkipCompileCheck: codegen.NewStringSet(dotnet, golang), // For golang skip check, see https://github.com/pulumi/pulumi/issues/11567
// For golang skip check, see https://github.com/pulumi/pulumi/issues/11567
SkipCompileCheck: codegen.NewStringSet(dotnet, golang),
},
{
Directory: "replace-on-change",
Expand Down

0 comments on commit 53b5434

Please sign in to comment.