summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-10-28 14:17:32 +0200
committerValery Piashchynski <[email protected]>2023-10-28 14:17:32 +0200
commit7dd023bbf340a87a54701a520c78c3375ce404fe (patch)
tree73c86e86cefa764c115fc79cdb614cea2d143113
parent319f7d33fd3cccef34f022d20947e1018e7976ab (diff)
chore: remove qodana
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--.github/workflows/qodana_code_quality.yml22
-rw-r--r--qodana.yaml32
-rw-r--r--qodana.yaml:Zone.Identifier3
3 files changed, 0 insertions, 57 deletions
diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml
deleted file mode 100644
index 714e90a3..00000000
--- a/.github/workflows/qodana_code_quality.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Qodana
-on:
- workflow_dispatch:
- pull_request:
- push:
- branches:
- - master
- - stable
-
-jobs:
- qodana:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- fetch-depth: 0
- - name: 'Qodana Scan'
- uses: JetBrains/[email protected]
- with:
- use-caches: false
- env:
- QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
diff --git a/qodana.yaml b/qodana.yaml
deleted file mode 100644
index 493800e7..00000000
--- a/qodana.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-#-------------------------------------------------------------------------------#
-# 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: <SomeEnabledInspectionId>
-
-#Disable inspections
-exclude:
- - name: VgoUnusedDependency
- paths:
- - go.mod
- - go.sum
-
-#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
-#bootstrap: sh ./prepare-qodana.sh
-
-#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
-#plugins:
-# - id: <plugin.id> #(plugin id can be found at https://plugins.jetbrains.com)
-
-#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
deleted file mode 100644
index 053d1127..00000000
--- a/qodana.yaml:Zone.Identifier
+++ /dev/null
@@ -1,3 +0,0 @@
-[ZoneTransfer]
-ZoneId=3
-HostUrl=about:internet