From 6abe9db9a1216e64d6e0ea10b806bf9867f6bb1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:48:03 +0000 Subject: [PATCH 1/2] Bump super-linter/super-linter Bumps the github_actions group with 1 update in the /.github/workflows directory: [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `super-linter/super-linter` from 7.2.1 to 8.3.1 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v7.2.1...v8.3.1) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.3.1 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index dbaca38..0ad70bb 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Run Super-Linter with Auto-Fix - uses: super-linter/super-linter@v7.2.1 + uses: super-linter/super-linter@v8.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: true From 4dbb0327685cac9cc9623c6a852dc2fabe94b083 Mon Sep 17 00:00:00 2001 From: SuperLinter Date: Mon, 9 Feb 2026 17:49:53 +0000 Subject: [PATCH 2/2] Auto-fix linting issues --- xplane_plugin/include/threading-tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xplane_plugin/include/threading-tools.h b/xplane_plugin/include/threading-tools.h index 9fc3921..6076187 100644 --- a/xplane_plugin/include/threading-tools.h +++ b/xplane_plugin/include/threading-tools.h @@ -16,7 +16,7 @@ struct ThreadMessage { ThreadMessage(float const (&values)[4], const bool tf) : values_for_packet{values[0], values[1], values[2], values[3]}, - end_execution_flag(tf){}; + end_execution_flag(tf) {}; }; class ThreadQueue {