-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
43 lines (43 loc) · 1.31 KB
/
_site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: "The Impact of Compiler Warnings on Code Quality in C++ Projects"
output_dir: "docs"
navbar:
title: "Overview"
left:
- text: "Setup"
href: "setup.html"
- text: "Data summary"
href: "data_summary.html"
- text: "Causality"
href: "causality.html"
- text: "Analysis"
menu:
- text: "Bugs"
href: "bugs.html"
- text: "Code smells"
href: "code_smells.html"
- text: "Critical violations"
href: "critical_violations.html"
- text: "Major violations"
href: "major_violations.html"
- text: "Minor violations"
href: "minor_violations.html"
- text: "Security hotspots"
href: "security_hotspots.html"
- text: "Vulnerabilities"
href: "vulnerabilities.html"
- text: "Cyclomatic complexity"
href: "cyclomatic_complexity.html"
- text: "Cognitive complexity"
href: "cognitive_complexity.html"
- text: "Duplicated lines"
href: "duplicated_lines.html"
- text: "Technical debt ratio"
href: "technical_debt.html"
right:
- text: "Source"
icon: fab fa-github
href: "https://github.com/impact-of-compiler-warnings-thesis/replication"
output:
html_document:
include:
after_body: "footer.html"