From a9b8f2111bb24a7fe11b29b62d0aea5809646340 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 28 Aug 2023 11:52:54 +0200 Subject: [PATCH] Qodana config file --- 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..d418d21 --- /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: 11 +profile: + name: qodana.recommended +exclude: + - name: All + paths: + - .qodana