1
0
Fork 0

Qodana is dysfunctional

Signed-off-by: Spirillen <44526987+spirillen@users.noreply.github.com>
This commit is contained in:
Spirillen 2024-02-13 04:33:19 +01:00
parent 8f2c9d8f59
commit 3553565c6c
No known key found for this signature in database
GPG Key ID: 88CC3F27732845AD
3 changed files with 10 additions and 28 deletions

View File

@ -86,31 +86,3 @@ jobs:
branch: gh-pages
force: true
directory: _public
qodana:
needs: buildrules
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@main
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20"
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3
with:
pr-mode: false
args: --apply-fixes
push-fixes: pull-request
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} # read the steps about it below
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

View File

@ -1156,6 +1156,16 @@
"transformations": [
"InsertFinalNewLine"
]
},
{
"name": "Geoffrey Frogeye First Party trackers",
"source": "https://hostfiles.frogeye.fr/firstparty-trackers.txt",
"type": "hosts"
},
{
"name": "Geoffrey Frogeye Multi Party Trackers",
"source": "https://hostfiles.frogeye.fr/multiparty-trackers.txt",
"type": "hosts"
}
],
"transformations": [