Skip to content

Commit b7d2aa4

Browse files
authored
Merge pull request #42 from keenpaul29/main
Update README.md
2 parents fd1bc1d + 6455fba commit b7d2aa4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
[![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)
44
[![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+
66
[![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)
77

88
## About cmake_template
99

10-
**NOTE** This is undergoing a major overhaul on a new branch currently.
11-
12-
1310
This is a C++ Best Practices GitHub template for getting up and running with C++ quickly.
1411

1512
By default (collectively known as `ENABLE_DEVELOPER_MODE`)
@@ -54,7 +51,6 @@ Now you can clone the project locally and get to work!
5451

5552
* [Dependency Setup](README_dependencies.md)
5653
* [Building Details](README_building.md)
57-
* [Troubleshooting](README_troubleshooting.md)
5854
* [Docker](README_docker.md)
5955

6056
## Testing

0 commit comments

Comments
 (0)