force harmless lint warning to check ci/cd
Python / lint-format (pull_request) Successful in 26s
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 30s
Python / test (pull_request) Successful in 50s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m43s
C++ / build (pull_request) Successful in 2m25s

This commit is contained in:
2026-06-30 04:42:39 +02:00
parent 3c9df82594
commit 85944ec966
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -22,7 +22,6 @@ jobs:
run: ninja -C build
- name: clang-tidy
continue-on-error: true
run: |
sed -i 's/-mno-direct-extern-access //g' build/compile_commands.json
set -o pipefail
+1
View File
@@ -5,6 +5,7 @@
namespace ZShell {
Qalculator::Qalculator(QObject* parent) : QObject(parent) {
int x;
if (!CALCULATOR) {
new Calculator();
CALCULATOR->loadExchangeRates();