From 942462563b5d3b131eaf4c6b093bbcf4499d154c Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 30 Jan 2026 15:54:59 +0100 Subject: [PATCH] typo --- .gitea/workflows/sonarqube.yml | 2 +- Bigfoot/Sources/Utils/Include/Utils/Version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sonarqube.yml b/.gitea/workflows/sonarqube.yml index 15bacf8..7dd5b4b 100644 --- a/.gitea/workflows/sonarqube.yml +++ b/.gitea/workflows/sonarqube.yml @@ -31,7 +31,7 @@ jobs: run: run-clang-tidy -p ./build/Debug/ >> tidy_result - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@7.0.0 + uses: SonarSource/sonarqube-scan-action@v7.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST: ${{ secrets.SONAR_HOST }} \ No newline at end of file diff --git a/Bigfoot/Sources/Utils/Include/Utils/Version.hpp b/Bigfoot/Sources/Utils/Include/Utils/Version.hpp index 2751ec9..68e0bfa 100644 --- a/Bigfoot/Sources/Utils/Include/Utils/Version.hpp +++ b/Bigfoot/Sources/Utils/Include/Utils/Version.hpp @@ -92,7 +92,7 @@ class Version return m_combined; } - [[nodiscard]] operator std::string() const; + operator std::string() const; constexpr Version& operator=(const Version& p_version) = default;