Skip to content

Commit

Permalink
skip autogenerated code
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Nov 12, 2024
1 parent e8bef2d commit 1457347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# which can lead to some frustration from developers who would like to
# fix a single line in an existing codebase and the linter would force them
# into fixing all linting issues in the whole file instead
args: --timeout=30m --whole-files
args: --timeout=30m --whole-files --skip-dirs='helpers/windows'

# Optional: if set to true then the action will use pre-installed Go.
skip-go-installation: true
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 1m


issues:
# Maximum count of issues with the same text.
# Set to 0 to disable.
Expand Down

0 comments on commit 1457347

Please sign in to comment.