aboutsummaryrefslogtreecommitdiff
path: root/cmake/RunUncrustify.cmake
blob: 9ebbd6b77c4dea0fdb929bcf3909a0714fdf311e (plain) (blame)
1
2
3
4
5
# HACK: This script is invoked with "cmake -P …" as a workaround to silence uncrustify.

execute_process(
  COMMAND ${UNCRUSTIFY_PRG} -c "${PROJECT_SOURCE_DIR}/src/uncrustify.cfg" -q --check ${LINT_NVIM_SOURCES}
  OUTPUT_QUIET)