From 0e3f06cbe82511d9faf22d2b5cf4e18b2a915c21 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 1 Sep 2023 15:19:03 +0200 Subject: chore: add qodana ci Signed-off-by: Valery Piashchynski --- qodana.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 qodana.yaml (limited to 'qodana.yaml') diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 00000000..215d8080 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,29 @@ +#-------------------------------------------------------------------------------# +# Qodana analysis is configured by qodana.yaml file # +# https://www.jetbrains.com/help/qodana/qodana-yaml.html # +#-------------------------------------------------------------------------------# +version: "1.0" + +#Specify inspection profile for code analysis +profile: + name: qodana.starter + +#Enable inspections +#include: +# - name: + +#Disable inspections +#exclude: +# - name: +# paths: +# - + +#Execute shell command before Qodana execution (Applied in CI/CD pipeline) +#bootstrap: sh ./prepare-qodana.sh + +#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) +#plugins: +# - id: #(plugin id can be found at https://plugins.jetbrains.com) + +#Specify Qodana linter for analysis (Applied in CI/CD pipeline) +linter: jetbrains/qodana-go:latest -- cgit v1.2.3