style: Use codespell instead of typos pre-commit hook (#2104)

This commit is contained in:
Ayaz Salikhov
2025-05-13 15:15:38 +01:00
committed by GitHub
parent b87b32db86
commit 02ccbf850f
10 changed files with 28 additions and 36 deletions

View File

@@ -26,7 +26,7 @@ set(COMPILER_FLAGS
# TODO: Address these and others in https://github.com/XRPLF/clio/issues/1273
)
# TODO: reenable when we change CI #884 if (is_gcc AND NOT lint) list(APPEND COMPILER_FLAGS -Wduplicated-branches
# TODO: re-enable when we change CI #884 if (is_gcc AND NOT lint) list(APPEND COMPILER_FLAGS -Wduplicated-branches
# -Wduplicated-cond -Wlogical-op -Wuseless-cast ) endif ()
if (is_clang)