From 7b11f5b7c558e1585fe3bfcfda99d5b5d2fb5757 Mon Sep 17 00:00:00 2001 From: Qodana Application Date: Sun, 13 Apr 2025 01:23:47 +0000 Subject: [PATCH 1/3] Add qodana.yaml file --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 0557053..04955c5 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -3,4 +3,4 @@ linter: jetbrains/qodana-js:2024.3 profile: name: qodana.recommended include: - - name: CheckDependencyLicenses + - name: CheckDependencyLicenses \ No newline at end of file From eb4f6b564b628900fd9682c7ea6194c9a2e44ce9 Mon Sep 17 00:00:00 2001 From: Qodana Application Date: Sun, 13 Apr 2025 01:23:47 +0000 Subject: [PATCH 2/3] Add github workflow file --- .github/workflows/qodana_code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index f6be9c6..bc9dce3 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -24,5 +24,5 @@ jobs: with: pr-mode: false env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1736850367 }} + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_197097034 }} QODANA_ENDPOINT: 'https://qodana.cloud' \ No newline at end of file From baa0ed1225c963cae95aa92e751ceb993638a122 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 01:24:05 +0000 Subject: [PATCH 3/3] style: format code with ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format This commit fixes the style issues introduced in eb4f6b5 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: https://github.com/LCSOGthb/Tools/pull/9 --- qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 04955c5..0557053 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -3,4 +3,4 @@ linter: jetbrains/qodana-js:2024.3 profile: name: qodana.recommended include: - - name: CheckDependencyLicenses \ No newline at end of file + - name: CheckDependencyLicenses