Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 4, 2021
1 parent ece3e00 commit f5b35c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Expand Up @@ -33,6 +33,8 @@ jobs:
uses: golangci/golangci-lint-action@v2.5.1
with:
version: latest
skip-pkg-cache: true
skip-build-cache: true
tests-on-windows:
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
runs-on: windows-latest
Expand Down
8 changes: 4 additions & 4 deletions .golangci.yml
Expand Up @@ -133,10 +133,10 @@ issues:
- gocritic
text: "unnecessaryDefer:"

# seems flaky
- linters:
- nolintlint
text: 'directive `//\s?nolint:\s?staticcheck` is unused for linter "staticcheck"'
# # seems flaky
# - linters:
# - nolintlint
# text: 'directive `//\s?nolint:\s?staticcheck` is unused for linter "staticcheck"'

run:
skip-dirs:
Expand Down

0 comments on commit f5b35c7

Please sign in to comment.