Skip to content

Commit c807c3e

Browse files
committed
lint ignore
1 parent 6fc2f90 commit c807c3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitbucket/resource_repository.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ func resourceRepositoryCreate(ctx context.Context, d *schema.ResourceData, m int
279279

280280
// nolint:staticcheck
281281
_, branchOk := d.GetOkExists("inherit_branching_model")
282+
// nolint:staticcheck
282283
_, mergeStratOk := d.GetOkExists("inherit_default_merge_strategy")
283284

284285
if mergeStratOk || branchOk {

0 commit comments

Comments
 (0)