Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Dweikat-Ntx committed Dec 16, 2024
1 parent 4c798f5 commit a5f9a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func ResourceNutanixRestoreSourceV2() *schema.Resource {
"rpo_in_minutes": {
Type: schema.TypeInt,
Required: true,
ValidateFunc: validation.IntBetween(60, 1440),
ValidateFunc: validation.IntBetween(60, 1440),//nolint:gomnd
},
},
},
Expand Down

0 comments on commit a5f9a8c

Please sign in to comment.