v2024.3.1
Changelog
- 02ac294 ⬆️ Bump
go
to1.22.8
- 8614b45 ⬆️ Bump github.com/boyter/scc/v3
- 85e648f ⬆️ Bump github.com/go-enry/go-enry/v2
- 088b285 ⬆️ Bump github.com/go-enry/go-enry/v2
- bff4c22 ⬆️ Bump github.com/zalando/go-keyring
- ae538d7 🐛 Fix CLI completion generation (QD-9907)
- dac77a9 🐛 Fix GitLab/BitBucket reports with baseline and no new problems (QD-10038)
- 6c2d6c5 🐛 Fix forwarding testing endpoint to containers (QD-10281)
- f58a0bf 🐛 Fix qodana-clang build on master
- c794264 🐛 Handle errors for
.idea
cache and add logging (QD-9927) - c5a49cc 🐛 Scoped script should keep baseline for the second run and track coverage feature usage.
- 5a7ab37 🐛 When falling back to default scenario, reset options that lead to changes analysis
- 161a96a 🐛 When launching docker linter, log folder does not exist for CLI
- c65b943 🐛QD-10360 Fix an order of setting variables custom JVM properties
- cb8d279 🐛QD-10360 Force installPlugins to use qodana attributes of EAP and version
- 96b36d6 🚸 Check args length before comparing
- 5a9660b 🚸 Fallback to default execution scenario when revision is missing in history
- d3275c0 🚸 Fix output for CI, add simple tests
- 527679f 🚸 Format CI messages for more visibility
- 9d5db8b 🚸 Make non-CI warning similar to other warnings
- 6510798 🚸 Produce warnings if the linter version is incompatible
- 5e336b8 ⚡ QD-10306 Add logging for native configuration
- 8cf7f90 ⚡ Switch to released 2024.2 images
- 8ef354a ⚡ Unset Ruby-related variables for
QDRUBY
(RUBY-29231) - 4305a50 Add 243 branch
Install
💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version
2023.2
, your local/downloaded by CLI IDE installations (experimental support).
- To run Qodana with a container (the default mode in CLI), you must have Docker or Podman installed and running locally to support this: https://www.docker.com/get-started, and, if you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
- To run Qodana without a container, you must have the IDE installed locally to provide the IDE installation path to the CLI or specify the product code, and CLI will try to download the IDE automatically (experimental support).
macOS and Linux
Install with Homebrew (recommended)
brew install jetbrains/utils/qodana
Install with our installer
curl -fsSL https://jb.gg/qodana-cli/install | bash
Also, you can install nightly
or any other version (e.g. v2023.2.9
) the following way:
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- nightly
Windows
Install with Windows Package Manager (recommended)
winget install -e --id JetBrains.QodanaCLI
Install with Chocolatey
choco install qodana
Install with Scoop
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils
scoop install qodana
Anywhere else
Alternatively, you can install the latest binary (or the apt/rpm/deb/archlinux package) from this page.
Update
Update to the latest version depends on how you choose to install qodana
on your machine.
Update with Homebrew
brew upgrade qodana
Update with Scoop
scoop update qodana
Update with Chocolatey
choco upgrade qodana
Update on Linux and macOS with the installer script
curl -fsSL https://jb.gg/qodana-cli/install | bash
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.