From 4b407ea56e3b91be26c0a0843aa3616866941c4b Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 29 Jul 2023 12:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20=E9=80=82?= =?UTF-8?q?=E7=94=A8IDE=EF=BC=9AWebstorm=20>=202023.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qodana.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 qodana.yaml diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 00000000..b6e742ab --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,32 @@ +#-------------------------------------------------------------------------------# +# 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: +# - + +#The following options are only applied in CI/CD environment +#These options are ignored during local run + +#Execute shell command before Qodana execution +#bootstrap: sh ./prepare-qodana.sh + +#Install IDE plugins before Qodana execution +#plugins: +# - id: #(plugin id can be found at https://plugins.jetbrains.com) + +#Specify Qodana linter for analysis +linter: jetbrains/qodana-js:latest