diff options
| author | Qodana Application <[email protected]> | 2025-10-13 10:23:36 +0000 |
|---|---|---|
| committer | Qodana Application <[email protected]> | 2025-10-13 10:23:36 +0000 |
| commit | 8242ffd04a840599b1520cb75988a89fde336588 (patch) | |
| tree | 5fa099b5f3e779eef78f74bd561405e8cae31e1f | |
| parent | 97741a56e0d8796e46ebb1268274853ba8eea847 (diff) | |
Add qodana.yaml file
| -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 |
