summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-13 22:15:21 +0300
committerGitHub <[email protected]>2021-08-13 22:15:21 +0300
commit6860326fa5d8f37f6e954da07fd53b9261731227 (patch)
treebb5fe7dde56edb1e8c3b55a21a874bbbaeda3a3b /.golangci.yml
parentde378e7698db896b8fd16f628c7d89689c8371d0 (diff)
parent849b20c354faf81f2bcf101fba025ae425e33e85 (diff)
#762: fix(tests): update gomock with tests, update all deps in the `go.mod`
#762: fix(tests): update gomock with tests, update all deps in the `go.mod`
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 41e1d68f..55186659 100755
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -5,6 +5,7 @@ run:
skip-dirs:
- .github
- .git
+ - tests/mocks
modules-download-mode: readonly
allow-parallel-runners: true