Skip to content

Commit 97bbf1c

Browse files
committed
disable golangci-lint G115 potential integer overflow when converting between integer types
There is too much conversion going on from terraform metadata and golang int types to libvirt-xml uint types.
1 parent 6b326e0 commit 97bbf1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ linters-settings:
66
excludes:
77
- G402
88
- G106
9+
- G115 # Potential integer overflow when converting between integer types
910
mnd:
1011
ignored-functions:
1112
- strings.SplitN

0 commit comments

Comments
 (0)