Skip to content

Commit

Permalink
fix clang tidy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Friedel committed Dec 5, 2023
1 parent 6190334 commit 2c6c475
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/fm-editor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ add_custom_target(
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../unittests/resources
)

file(
WRITE "${CMAKE_CURRENT_BINARY_DIR}/fm-editor_autogen/.clang-tidy"
"Checks: '-*,llvm-twine-local'
...
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/fm-editor_autogen/.clang-tidy"
"Checks: '-*,llvm-twine-local'
"
)

0 comments on commit 2c6c475

Please sign in to comment.