Skip to content

Commit

Permalink
Exclude vim25/json from GH CodeStyle workflow
Browse files Browse the repository at this point in the history
This patch excludes the vendored vim25/json package from the
GitHub action that checks code style for Go sources.
  • Loading branch information
akutz committed Dec 13, 2022
1 parent 401742f commit 49d7971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govmomi-go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
boilerplate-check check \
--boilerplate ./hack/boilerplate/boilerplate.${{ matrix.extension }}.txt \
--file-extension ${{ matrix.extension }} \
--exclude "(vendor|third_party|dist)/" |
--exclude "((vim25/json)|vendor|third_party|dist)/" |
reviewdog -efm="%A%f:%l: %m" \
-efm="%C%.%#" \
-name="${{ matrix.language }} headers" \
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ linters-settings:
run:
timeout: 6m
skip-dirs:
- vim25/json
- vim25/xml
- cns/types

0 comments on commit 49d7971

Please sign in to comment.