Skip to content

Commit 8c941a9

Browse files
authored
Merge pull request #2 from cppchecksolutions/release/1.0.0
Release/1.0.0
2 parents 6103901 + 4a09956 commit 8c941a9

7 files changed

Lines changed: 2236 additions & 2470 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 JustusRijke
3+
Copyright (c) 2025 Cppcheck
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Cppcheck Lite
1+
# Cppcheck Official
22

3-
**Cppcheck Lite** 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 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.
44

55
## Features
66

@@ -14,7 +14,7 @@
1414

1515
**Cppcheck** must be installed on your system.
1616
- By default, this extension looks for `cppcheck` on the system PATH.
17-
- Alternatively, specify a custom executable path using the `cppcheck-lite.path` setting.
17+
- Alternatively, specify a custom executable path using the `cppcheck-official.path` setting.
1818

1919
Examples of installing Cppcheck:
2020
- On Linux (Debian/Ubuntu), install via `sudo apt-get install cppcheck`.
@@ -23,17 +23,16 @@ Examples of installing Cppcheck:
2323

2424
## Extension Settings
2525

26-
This extension contributes the following settings under `cppcheck-lite.*`:
26+
This extension contributes the following settings under `cppcheck-official.*`:
2727

28-
- **`cppcheck-lite.enable`**: (boolean) Enable or disable the extension.
29-
- **`cppcheck-lite.minSeverity`**: (string) Minimum severity to report (`info`, `warning`, or `error`). `info` shows style, performance, portability and information messages.
30-
- **`cppcheck-lite.standard`**: (string) Sets the C/C++ standard with `--std=<id>` (e.g. `c11`, `c++17`).
31-
- **`cppcheck-lite.arguments`**: (string) Additional [command line arguments](https://cppcheck.sourceforge.io/manual.pdf?#page=5) to pass to `cppcheck`.
32-
- **`cppcheck-lite.path`**: (string) Path to the `cppcheck` executable. If left empty, `cppcheck` from the system PATH is used.
28+
- **`cppcheck-official.enable`**: (boolean) Enable or disable the extension.
29+
- **`cppcheck-official.minSeverity`**: (string) Minimum severity to report (`info`, `warning`, or `error`). `info` shows style, performance, portability and information messages.
30+
- **`cppcheck-official.standard`**: (string) Sets the C/C++ standard with `--std=<id>` (e.g. `c11`, `c++17`).
31+
- **`cppcheck-official.arguments`**: (string) Additional [command line arguments](https://cppcheck.sourceforge.io/manual.pdf?#page=5) to pass to `cppcheck`.
32+
- **`cppcheck-official.path`**: (string) Path to the `cppcheck` executable. If left empty, `cppcheck` from the system PATH is used. Supports paths relative to workspace folder on the formats `./RELATIVE_PATH`, `../RELATIVE_PATH` or `${workspaceFolder}/RELATIVE_PATH`.
3333

3434
## Reporting Issues
35-
Please submit any issues or feature requests via the [GitHub Issues page](https://github.com/JustusRijke/Cppcheck-Lite/issues).
35+
Please submit any issues or feature requests via the [GitHub Issues page](https://github.com/cppchecksolutions/vscode-cppcheck-official/issues).
3636

37-
---
38-
39-
**Enjoy using Cppcheck Lite!**
37+
## Acknowledgements
38+
This plugin is forked from the plugin cppcheck-lite by Justus Rijke (https://github.com/JustusRijke/Cppcheck-Lite).

images/icon.png

55.7 KB
Loading

0 commit comments

Comments
 (0)