This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 8bba7df1f3d8eebbe8ffd10eb9c7959d11c92105 Author: Tadayoshi Sato <sato.tadayo...@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