From 01e77a9a266ba86852c50f62c6a2ef7c51d460fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 8 May 2024 11:04:45 +0200 Subject: [PATCH] [build] add qodana.yml --- qodana.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 qodana.yml diff --git a/qodana.yml b/qodana.yml new file mode 100644 index 0000000..cbf640f --- /dev/null +++ b/qodana.yml @@ -0,0 +1,12 @@ +# Qodana configuration: +# https://www.jetbrains.com/help/qodana/qodana-yaml.html + +version: 1.0 +linter: jetbrains/qodana-jvm-community:latest +projectJDK: "17" +profile: + name: qodana.recommended +exclude: + - name: All + paths: + - .qodana