By participating in this project, you agree to abide our Code of conduct.
qodana-sarif
is a Java library. To set up your development environment you just need JDK installed on your machine and an IDE.
Consider using IntelliJ IDEA:
- IntelliJ IDEA (it's free for open-source development and Community version should be enough)
Clone the project anywhere:
git clone [email protected]:JetBrains/qodana-cli.git
Build and run the project locally using your preferred Java development tools.
Commit messages should be well formatted. Consider using a standardized format for clarity.
Push your branch to your repository fork and open a pull request against the main branch.
The new version will be automatically released from any new changes merged to the default branch by TeamCity BuildServer CI job.