From aab9868867b42b04bced2d3dd9e8bfb084cf8257 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 3 Aug 2023 13:04:46 +0200 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 227f3c3..2dc2304 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -# qodana-jvm-community-drone-plugin +# Qodana JVM Community Drone plugin -This Drone plugin uses the Qodana JVM Community linter and makes it compatible with Drone. - -# Usage - -``` -- name: Step name - image: 2martens/qodana-jvm-community-drone-plugin - settings: - qodana_token: - commands: - - qodana -``` - -To use the quality gate feature, add `--fail-threshold ` as argument to the qodana command. - -To use baseline feature, add `--baseline qodana.sarif.json` as argument to the qodana command. This file has to be checked-in to the root of your project. - -To push the results to Qodana cloud, add the qodana_token to the settings. +This Drone plugin uses the Qodana JVM Community linter and makes it compatible with Drone. + +# Usage + +``` +- name: Step name + image: 2martens/qodana-jvm-community-drone-plugin + settings: + qodana_token: + commands: + - qodana +``` + +To use the quality gate feature, add `--fail-threshold ` as argument to the qodana command. + +To use baseline feature, add `--baseline qodana.sarif.json` as argument to the qodana command. This file has to be checked-in to the root of your project. + +To push the results to Qodana cloud, add the qodana_token to the settings.