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 02195ec
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 123 deletions.
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
237 changes: 115 additions & 122 deletions test_config_v2.json

Large diffs are not rendered by default.

0 comments on commit 02195ec

Please sign in to comment.