diff options
author | Brad King <brad.king@kitware.com> | 2016-11-08 16:40:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-08 16:40:20 (GMT) |
commit | 36f9f0f8a3e7640c12034fff8871b779cba9f0ce (patch) | |
tree | 6976fbc39e57b12f44e86906e5b6a565dcdc23fe /Utilities/KWStyle/CMakeFiles.txt.in | |
parent | 666bb0e3fa0d212c03f785bd9f6bc05d29925e1f (diff) | |
download | CMake-36f9f0f8a3e7640c12034fff8871b779cba9f0ce.zip CMake-36f9f0f8a3e7640c12034fff8871b779cba9f0ce.tar.gz CMake-36f9f0f8a3e7640c12034fff8871b779cba9f0ce.tar.bz2 |
Drop KWStyle checks in favor of clang-format and Git hooks
We now define code layout by clang-format and enforce whitespace with
Git hooks. There is no need to run KWStyle anymore, as all we used it
to check was line length anyway.
Diffstat (limited to 'Utilities/KWStyle/CMakeFiles.txt.in')
-rw-r--r-- | Utilities/KWStyle/CMakeFiles.txt.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Utilities/KWStyle/CMakeFiles.txt.in b/Utilities/KWStyle/CMakeFiles.txt.in deleted file mode 100644 index a95aac6..0000000 --- a/Utilities/KWStyle/CMakeFiles.txt.in +++ /dev/null @@ -1,15 +0,0 @@ -"@CMake_SOURCE_DIR@/Source/*.txx" -"@CMake_SOURCE_DIR@/Source/*.cxx" -"@CMake_SOURCE_DIR@/Source/*.h*" -"@CMake_SOURCE_DIR@/Source/CPack/*.txx" -"@CMake_SOURCE_DIR@/Source/CPack/*.cxx" -"@CMake_SOURCE_DIR@/Source/CPack/*.h*" -"@CMake_SOURCE_DIR@/Source/CTest/*.txx" -"@CMake_SOURCE_DIR@/Source/CTest/*.cxx" -"@CMake_SOURCE_DIR@/Source/CTest/*.h*" -"@CMake_SOURCE_DIR@/Source/CurseDialog/*.h*" -"@CMake_SOURCE_DIR@/Source/CurseDialog/*.cxx" -"@CMake_SOURCE_DIR@/Source/CurseDialog/*.txx" --f (Lexer\.h) --f (Lexer\.cxx) --f (Parser\.cxx) |