Skip to content

Commit 4eb5658

Browse files
Add a list VPC IPs function for a specific VPC (#488)
1 parent ea08693 commit 4eb5658

File tree

5 files changed

+792
-42
lines changed

5 files changed

+792
-42
lines changed

.golangci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,15 @@ linters-settings:
77
check-blank: true
88

99
govet:
10-
check-shadowing: true
11-
1210
enable:
1311
- atomicalign
14-
enable-all: false
15-
disable:
1612
- shadow
13+
enable-all: false
1714
disable-all: false
18-
golint:
19-
min-confidence: 0.8
2015
gocyclo:
2116
min-complexity: 30
2217
gocognit:
2318
min-complexity: 30
24-
maligned:
25-
suggest-new: true
2619
dupl:
2720
threshold: 100
2821

0 commit comments

Comments
 (0)