You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/06/07 02:11:06 UTC

[camel-k] 02/02: chore(lint): sort disabled linters

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch release-1.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c58cce8463d35b6666bb22d04fe3f6644efa2e89
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Mon Jun 6 14:33:48 2022 +0900

    chore(lint): sort disabled linters
---
 .golangci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.golangci.yml b/.golangci.yml
index 965a3f312..675cebe22 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -38,9 +38,9 @@ linters:
     - godox
     - goerr113
     - gofumpt
+    - golint
     - gomnd
     - gomoddirectives
-    - golint
     - interfacer
     - ireturn
     - lll
@@ -50,11 +50,11 @@ linters:
     - nilnil
     - nlreturn
     - paralleltest
+    - scopelint
     - tagliatelle
     - tenv
-    - scopelint
     - testpackage
     - varnamelen
     - whitespace
     - wrapcheck
-    - wsl
\ No newline at end of file
+    - wsl