File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ ci] ( https://github.com/cpp-best-practices/cmake_template/actions/workflows/ci.yml/badge.svg )] ( https://github.com/cpp-best-practices/cmake_template/actions/workflows/ci.yml )
4
4
[ ![ codecov] ( https://codecov.io/gh/cpp-best-practices/cmake_template/branch/main/graph/badge.svg )] ( https://codecov.io/gh/cpp-best-practices/cmake_template )
5
- [ ![ Language grade: C++ ] ( https://img.shields.io/lgtm/grade/cpp/github/cpp-best-practices/cmake_template )] ( https://lgtm.com/projects/g/cpp-best-practices/cmake_template/context:cpp )
5
+
6
6
[ ![ CodeQL] ( https://github.com/cpp-best-practices/cmake_template/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/cpp-best-practices/cmake_template/actions/workflows/codeql-analysis.yml )
7
7
8
8
## About cmake_template
9
9
10
- ** NOTE** This is undergoing a major overhaul on a new branch currently.
11
-
12
-
13
10
This is a C++ Best Practices GitHub template for getting up and running with C++ quickly.
14
11
15
12
By default (collectively known as ` ENABLE_DEVELOPER_MODE ` )
@@ -54,7 +51,6 @@ Now you can clone the project locally and get to work!
54
51
55
52
* [ Dependency Setup] ( README_dependencies.md )
56
53
* [ Building Details] ( README_building.md )
57
- * [ Troubleshooting] ( README_troubleshooting.md )
58
54
* [ Docker] ( README_docker.md )
59
55
60
56
## Testing
You can’t perform that action at this time.
0 commit comments