Skip to content

Commit

Permalink
Merge pull request #384 from ackama:linting/disable-paralleltest
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715966740
  • Loading branch information
copybara-github committed Jan 15, 2025
2 parents f10186f + bc40a66 commit f90f987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ linters:
# - noctx
- nolintlint
# - nosprintfhostport
# - paralleltest
# - perfsprint
# - prealloc
- predeclared
Expand Down Expand Up @@ -90,7 +89,8 @@ linters:
- zerologlint
disable-all: true
# disable:
# - tparallel # Parallel tests mixes up log lines of multiple tests in the internal test runner
# - paralleltest # Parallel tests mixes up log lines of multiple tests in the internal test runner
# - tparallel # Parallel tests mixes up log lines of multiple tests in the internal test runner

linters-settings:
forbidigo:
Expand Down

0 comments on commit f90f987

Please sign in to comment.