Merge branch 'master' of https://github.com/danmar/cppcheck
This commit is contained in:
commit
3e13408da2
|
@ -126,7 +126,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
bool markupFile(const std::string &path) const {
|
bool markupFile(const std::string &path) const {
|
||||||
return _markupExtensions.find(Path::Path::getFilenameExtensionInLowerCase(path)) != _markupExtensions.end();
|
return _markupExtensions.find(Path::getFilenameExtensionInLowerCase(path)) != _markupExtensions.end();
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::set<std::string> &markupExtensions() const {
|
const std::set<std::string> &markupExtensions() const {
|
||||||
|
|
Loading…
Reference in New Issue