Skip to content

Commit

Permalink
Add a list VPC IPs function for a specific VPC (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Apr 10, 2024
1 parent ea08693 commit 4eb5658
Show file tree
Hide file tree
Showing 5 changed files with 792 additions and 42 deletions.
9 changes: 1 addition & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,15 @@ linters-settings:
check-blank: true

govet:
check-shadowing: true

enable:
- atomicalign
enable-all: false
disable:
- shadow
enable-all: false
disable-all: false
golint:
min-confidence: 0.8
gocyclo:
min-complexity: 30
gocognit:
min-complexity: 30
maligned:
suggest-new: true
dupl:
threshold: 100

Expand Down
Loading

0 comments on commit 4eb5658

Please sign in to comment.