Skip to content

Commit 0b45cbe

Browse files
authored
README.md: Tweaks. Cppcheck official is not minimalistic. Fix URLs. Notes are displayed. (#16)
1 parent 9083639 commit 0b45cbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cppcheck Official
22

3-
**Cppcheck Official** is a minimalistic Visual Studio Code extension that runs [cppcheck](https://cppcheck.sourceforge.net/) against C/C++ files upon save and reports any warnings or errors in the Problems panel.
3+
**Cppcheck Official** is a Visual Studio Code extension that runs [cppcheck](https://cppcheck.sourceforge.io/) against C/C++ files upon save and reports any warnings or errors in the Problems panel.
44

55
## Features
66

@@ -10,6 +10,8 @@
1010
- **Set C/C++ standard**: Easily specify `--std=<id>` (e.g. `c++17`, `c99`, etc.).
1111
- **Diagnostic cleanup**: When you close a file, its diagnostics are automatically cleared.
1212
- **Project file support**: You can feed your project file to cppcheck through the `--project` flag in the `cppcheck-official.arguments` field in the extension settings.
13+
- **Warning notes**: Display notes for warnings when those are available
14+
1315
## Requirements
1416

1517
**Cppcheck** must be installed on your system.
@@ -19,7 +21,7 @@
1921
Examples of installing Cppcheck:
2022
- On Linux (Debian/Ubuntu), install via `sudo apt-get install cppcheck`.
2123
- On macOS with Homebrew: `brew install cppcheck`.
22-
- On Windows, install from [cppcheck's website](https://cppcheck.sourceforge.net/).
24+
- On Windows, install from [cppcheck's website](https://cppcheck.sourceforge.io/).
2325

2426
## Extension Settings
2527

0 commit comments

Comments
 (0)