Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/golangci/golangci-lint
rev: v1.27.0
hooks:
- id: golangci-lint
# - repo: https://github.com/golangci/golangci-lint
# rev: v1.27.0
# hooks:
# - id: golangci-lint
- repo: git://github.com/dnephin/pre-commit-golang
rev: master
hooks:
Expand Down
1 change: 0 additions & 1 deletion resources/aws/common/ami.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func IsAmiExist(svc ec2iface.EC2API, filters []*ec2.Filter) (bool, error) {
if len(images) == 0 {
return false, nil
}

return true, nil
}

Expand Down