diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1ebe637..468c6366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,8 +96,6 @@ jobs: - uses: JetBrains/qodana-action@main env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - with: - args: --fail-threshold,0 - uses: github/codeql-action/init@v2 with: languages: go diff --git a/qodana.yaml b/qodana.yaml index 44b50d9b..ba50662e 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -10,6 +10,7 @@ licenseRules: - CC-BY-SA-4.0 - MPL-2.0 - Unlicense + - BSD-3-CLAUSE-NO-TRADEMARK dependencyOverrides: - name: github.com/BurntSushi/xgb version: v0.0.0-20160522181843-27f122750802