From e06822c2c0d828ee9f6c0f6fd57e7dcbe0e84c23 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Mon, 5 May 2025 22:26:49 -0400 Subject: [PATCH] misc(ci): adjust qodana config Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- qodana.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/qodana.yaml b/qodana.yaml index 2cdb046e..35abcead 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,12 +1,13 @@ version: "1.0" linter: jetbrains/qodana-go:2025.1 -include: - - name: CheckDependencyLicenses - - name: RegExpRedundantEscape - - name: RegExpSimplifiable +profile: + name: qodana.recommended exclude: - name: All paths: - CONTRIBUTORS.md - README.md - name: GoMixedReceiverTypes + - name: CheckDependencyLicenses +include: + - name: VulnerableLibrariesGlobal