| 86 | } |
| 87 | |
| 88 | QString RulesLoader::getProjectPath(ProjectExplorer::Project *project) |
| 89 | { |
| 90 | if (!project) { |
| 91 | return QString(); |
| 92 | } |
| 93 | |
| 94 | return project->projectDirectory().toUrlishString(); |
| 95 | } |
| 96 | |
| 97 | QVector<RuleFileInfo> RulesLoader::getRuleFiles(const QString &projectPath, RulesContext context) |
| 98 | { |
nothing calls this directly
no outgoing calls
no test coverage detected