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:
@@ -30,7 +30,7 @@ public:
|
||||
bool ReadFromArguments(const std::vector<std::string>& args,
|
||||
std::string& errorString);
|
||||
|
||||
const std::string GetCharacters() const;
|
||||
std::string GetCharacters() const;
|
||||
|
||||
private:
|
||||
Style NewLineStyle = Invalid;
|
||||
|
||||
Reference in New Issue
Block a user