diff options
| -rw-r--r-- | qodana.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 000000000..014cf3bae --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,10 @@ +#################################################################################################################### +# WARNING: Do not store sensitive information in this file, as its contents will be included in the Qodana report. # +#################################################################################################################### + +version: "1.0" +linter: jetbrains/qodana-jvm-community:2025.2 +profile: + name: qodana.recommended +include: + - name: CheckDependencyLicenses
\ No newline at end of file |
