This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 915f7a5ab454a5fe82a82bbb5153f8eea55fc5aa Author: gre8t <[email protected]> AuthorDate: Mon Mar 28 13:38:03 2022 +0100 disabled deprecated linters --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 97789899e..4eca9836e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -55,4 +55,7 @@ linters: - whitespace - wrapcheck - wsl + - interfacer + - scopelint + - golint
