mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
clang-tidy: Blacklist violations for version 8
Check the codebase with clang-tidy version 8, fix the low hanging fruits, blacklist the rest.
This commit is contained in:
@@ -41,7 +41,7 @@ bool cmNewLineStyle::ReadFromArguments(const std::vector<std::string>& args,
|
||||
return true;
|
||||
}
|
||||
|
||||
const std::string cmNewLineStyle::GetCharacters() const
|
||||
std::string cmNewLineStyle::GetCharacters() const
|
||||
{
|
||||
switch (NewLineStyle) {
|
||||
case Invalid:
|
||||
|
||||
Reference in New Issue
Block a user