Skip to content

Commit

Permalink
fix(golangci-lint): ignore internal/native/lib.go for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
boreyuk committed Aug 3, 2023
1 parent eb89e72 commit 520e776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
# working-directory: somedir

# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
# ignore the lib.go file as it only contains cgo annotations
args: --skip-files internal/native/lib.go

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true

0 comments on commit 520e776

Please sign in to comment.