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:
Regina Pfeifer
2019-07-30 12:38:24 +02:00
parent 473f288e97
commit 4af094c8df
11 changed files with 20 additions and 15 deletions

View File

@@ -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;