Skip to content

Commit

Permalink
⬆️ Bump Qodana CLI to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Apr 12, 2022
1 parent dd1f91c commit 53bd9f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/qodana.ts
@@ -1,6 +1,6 @@
// noinspection JSUnusedGlobalSymbols

export const VERSION = '1.0.3'
export const VERSION = '1.0.4'
export const EXECUTABLE = 'qodana'
export const FAIL_THRESHOLD_OUTPUT =
'The number of problems exceeds the failThreshold'
Expand Down
2 changes: 1 addition & 1 deletion scan/dist/index.js
Expand Up @@ -1921,7 +1921,7 @@ function getQodanaScanArgs(args, resultsDir, cacheDir, env = `cli`) {
var VERSION, EXECUTABLE, FAIL_THRESHOLD_OUTPUT, QODANA_SARIF_NAME, QodanaExitCode;
var init_qodana = __esm({
"../common/qodana.ts"() {
VERSION = "1.0.3";
VERSION = "1.0.4";
EXECUTABLE = "qodana";
FAIL_THRESHOLD_OUTPUT = "The number of problems exceeds the failThreshold";
QODANA_SARIF_NAME = "qodana.sarif.json";
Expand Down
2 changes: 1 addition & 1 deletion vsts/QodanaScan/index.js
Expand Up @@ -101,7 +101,7 @@ function getQodanaScanArgs(args, resultsDir, cacheDir, env = `cli`) {
var VERSION, EXECUTABLE, FAIL_THRESHOLD_OUTPUT, QODANA_SARIF_NAME, QodanaExitCode;
var init_qodana = __esm({
"../common/qodana.ts"() {
VERSION = "1.0.3";
VERSION = "1.0.4";
EXECUTABLE = "qodana";
FAIL_THRESHOLD_OUTPUT = "The number of problems exceeds the failThreshold";
QODANA_SARIF_NAME = "qodana.sarif.json";
Expand Down
2 changes: 1 addition & 1 deletion vsts/QodanaScan/task.json
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 3
"Patch": 4
},
"demands": ["RemoteDockerServerOS -equals linux"],
"instanceNameFormat": "Qodana Scan",
Expand Down
2 changes: 1 addition & 1 deletion vsts/vss-extension.json
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "qodana",
"name": "Qodana",
"version": "1.0.3",
"version": "1.0.4",
"public": true,
"publisher": "JetBrains",
"targets": [
Expand Down

0 comments on commit 53bd9f0

Please sign in to comment.