This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
The following commit(s) were added to refs/heads/master by this push:
new 3a8a8c9 [YUNIKORN-1971] Update linter configuration (#137)
3a8a8c9 is described below
commit 3a8a8c9aeda3cdfd474f3b20eba5752bd8560cae
Author: brandboat <[email protected]>
AuthorDate: Wed Sep 13 13:17:34 2023 -0500
[YUNIKORN-1971] Update linter configuration (#137)
Closes: #137
Signed-off-by: Craig Condit <[email protected]>
---
.golangci.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.golangci.yml b/.golangci.yml
index 4503dd2..2d9bbc3 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -20,13 +20,7 @@ run:
issues-exit-code: 1
skip-dirs-use-default: true
modules-download-mode: readonly
- deadline: 10m
- skip-dirs:
- - pkg/client/clientset
- - pkg/client/informers
- - pkg/client/listers
- skip-files:
- - pkg/apis/yunikorn.apache.org/v1alpha1/zz_generated.deepcopy.go
+ timeout: 10m
# settings of specific linters
linters-settings:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]