diff options
author | Valery Piashchynski <[email protected]> | 2023-09-01 15:24:45 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-09-01 15:24:45 +0200 |
commit | 1e42b77699dc50b41c157cd579663f52992eda02 (patch) | |
tree | 6366db5594003ff2bb3f4400738acb074210ab59 | |
parent | 0e3f06cbe82511d9faf22d2b5cf4e18b2a915c21 (diff) |
chore: qodana check licenses
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | qodana.yaml | 2 | ||||
-rw-r--r-- | qodana.yaml:Zone.Identifier | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/qodana.yaml b/qodana.yaml index 215d8080..0a9587ac 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -27,3 +27,5 @@ profile: #Specify Qodana linter for analysis (Applied in CI/CD pipeline) linter: jetbrains/qodana-go:latest +include: + - name: CheckDependencyLicenses diff --git a/qodana.yaml:Zone.Identifier b/qodana.yaml:Zone.Identifier new file mode 100644 index 00000000..053d1127 --- /dev/null +++ b/qodana.yaml:Zone.Identifier @@ -0,0 +1,3 @@ +[ZoneTransfer]
+ZoneId=3
+HostUrl=about:internet
|