Skip to content

Commit

Permalink
Remove windows and darwin linting
Browse files Browse the repository at this point in the history
We have seems weirds behavior in Darwin and Windows execution of the
linting. Until all the errors are fixes this is a bit counter productive
to run it on everything. It will just multiply the errors detected.

Ref: elastic#1270
  • Loading branch information
ph committed Apr 4, 2022
1 parent fb20c54 commit 23b98b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
include:
- GOOS: windows
- GOOS: linux
- GOOS: darwin
#- GOOS: windows
#- GOOS: darwin
name: lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 23b98b2

Please sign in to comment.