Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
This PR syncs files with https://github.com/networkservicemesh/cmd-template

Revision: https://github.com/networkservicemesh/cmd-template/commits/41f0832243401cd2c0ea0cf403f11ec27950938d

commit 41f0832243401cd2c0ea0cf403f11ec27950938d
Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com>
Date:   Mon Jan 11 13:30:47 2021 +0700

    fix: golangci check fails on the master/main branches (#58)

    Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jan 11, 2021
1 parent 5ab34b4 commit 8614e4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.34.0
version: v1.35.0

excludeFmtErrorf:
name: exclude fmt.Errorf
Expand Down
2 changes: 1 addition & 1 deletion staticcheck.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ initialisms = ["ACL", "API", "ASCII", "CPU", "CSS", "DNS",
"SMTP", "SQL", "SSH", "TCP", "TLS", "TTL",
"UDP", "UI", "GID", "UID", "UUID", "URI",
"URL", "UTF8", "VM", "XML", "XMPP", "XSRF",
"XSS", "SRIOV", "VF", "PF", "IOMMU", "PCI", "VFIO"]
"XSS"]
dot_import_whitelist = []
http_status_code_whitelist = ["200", "400", "404", "500"]

0 comments on commit 8614e4d

Please sign in to comment.