nbadal / ktlint-intellij-plugin

Ktlint plugin for IntelliJ IDEA + Android Studio
MIT License
150 stars 22 forks source link

Remove Qodana from build #512

Closed paul-dingemans closed 2 months ago

paul-dingemans commented 2 months ago

Quodana can no longer run without an access token being registered.

!  No valid `linter:` or `ide:` field found in qodana.yaml. Have you run qodana init? Running that for you...
Scanning project...

!  Detected technologies: Kotlin, Shell

✓  Added jetbrains/qodana-jvm:2024.1

Pulling the image jetbrains/qodana-jvm:2024.1...
✓  Finished pulling the latest version of linter
/opt/hostedtoolcache/qodana/2024.1.2/x64/qodana scan --cache-dir /home/runner/work/_temp/qodana/caches --results-dir /home/runner/work/_temp/qodana/results --skip-pull  --commit CI99b3d3cf7bc2f518d362f5111a2f963e5d98e556
fatal: Could not parse object '99b3d3cf7bc2f518d362f5111a2f963e5d98e556'.

!  Could not reset git repository, no --commit option will be applied: exit status 1[28](https://github.com/nbadal/ktlint-intellij-plugin/actions/runs/8846259712/job/24291945422?pr=508#step:6:29)
2024/04/26 09:43:39 Starting from version 2023.2 release versions of Qodana Linters require connection to Qodana Cloud. 
To continue using Qodana, please ensure you have an access token and provide the token as the QODANA_TOKEN environment variable.
Obtain your token by registering at https://qodana.cloud
For more details, please visit: https://www.jetbrains.com/help/qodana/cloud-quickstart.html
We also offer Community versions as an alternative. You can find them here: https://www.jetbrains.com/help/qodana/linters.html
✗  Qodana exited with code 1

Qodana is free for open source projects so we might re-enable it later if needed.