You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by cc...@apache.org on 2023/09/13 18:18:56 UTC

[yunikorn-k8shim] branch master updated: [YUNIKORN-1971] Update linter configuration (#672)

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-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b3ea77e [YUNIKORN-1971] Update linter configuration (#672)
0b3ea77e is described below

commit 0b3ea77e4725e158c9af68aa877374c7106131db
Author: brandboat <br...@gmail.com>
AuthorDate: Wed Sep 13 13:18:46 2023 -0500

    [YUNIKORN-1971] Update linter configuration (#672)
    
    Closes: #672
    
    Signed-off-by: Craig Condit <cc...@apache.org>
---
 .golangci.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.golangci.yml b/.golangci.yml
index 4503dd2a..2d9bbc30 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: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org