File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tfprotov5/internal/toproto Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ func PlanResourceChange_Request(in *tfprotov5.PlanResourceChangeRequest) (*tfplu
9898func PlanResourceChange_Response (in * tfprotov5.PlanResourceChangeResponse ) (* tfplugin5.PlanResourceChange_Response , error ) {
9999 resp := & tfplugin5.PlanResourceChange_Response {
100100 PlannedPrivate : in .PlannedPrivate ,
101- LegacyTypeSystem : in .UnsafeToUseLegacyTypeSystem ,
101+ LegacyTypeSystem : in .UnsafeToUseLegacyTypeSystem , //nolint:staticcheck
102102 }
103103 requiresReplace , err := AttributePaths (in .RequiresReplace )
104104 if err != nil {
@@ -139,7 +139,7 @@ func ApplyResourceChange_Request(in *tfprotov5.ApplyResourceChangeRequest) (*tfp
139139func ApplyResourceChange_Response (in * tfprotov5.ApplyResourceChangeResponse ) (* tfplugin5.ApplyResourceChange_Response , error ) {
140140 resp := & tfplugin5.ApplyResourceChange_Response {
141141 Private : in .Private ,
142- LegacyTypeSystem : in .UnsafeToUseLegacyTypeSystem ,
142+ LegacyTypeSystem : in .UnsafeToUseLegacyTypeSystem , //nolint:staticcheck
143143 }
144144 diags , err := Diagnostics (in .Diagnostics )
145145 if err != nil {
You can’t perform that action at this time.
0 commit comments