From 5f64de0c96f07b13d0cd6d874cfcf3699f2bc899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Fri, 2 Feb 2024 14:49:14 +0000 Subject: [PATCH] fix(lint): disable Ansible check *refactor(build): remove whitespace --- .github/workflows/linter.yml | 1 + initialbuild.sh | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index bf8ae3ab9..5139a7c92 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -51,6 +51,7 @@ jobs: uses: super-linter/super-linter@v6.0.0 env: VALIDATE_CPP: false # Use clang-formt instead + VALIDATE_ANSIBLE: false VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/initialbuild.sh b/initialbuild.sh index 1f4cc4b3b..9b43b8640 100755 --- a/initialbuild.sh +++ b/initialbuild.sh @@ -1,15 +1,15 @@ #!/bin/bash # MIT License -# +# # Copyright 2021 (c) Götz Görisch, VDW - Verein Deutscher Werkzeugmaschinenfabriken e.V. -# +# # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: -# +# # The above copyright notice and this permission notice shall be included in all # copies or substantial portions of the Software. # @@ -25,7 +25,7 @@ BASEDIR=$(pwd) mkdir build-auto cd build-auto || exit -cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH="$BASEDIR/install" ../.github/ +cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH="$BASEDIR/install" ../.github/ cmake --build . cd SampleServer-build || exit ctest