From f0d615bd442a722362ca5c43d4d4efed187fe5b7 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 9 Dec 2022 21:20:42 +0530 Subject: [PATCH] feat(qodana): check-in configuration --- qodana.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 qodana.yaml diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 00000000..00f1604b --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,4 @@ +version: "1.0" +linter: jetbrains/qodana-jvm-community:2022.2 +exclude: + - name: KotlinAnnotator