mason-org / mason-org/mason.nvim
[New package]: cppcheck
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 10.5k
- Forks
- 338
- PR merge metrics
- No merged PRs in 30d
Description
### Package name
cppcheck
### Package homepage
https://github.com/danmar/cppcheck
### Languages
cpp
### How is this package distributed?
It seems that we have to build this from source... (For Windows there's an msi on the release page.)
```bash
git clone --depth=1 https://github.com/danmar/cppcheck/tree/x.y
cd cppcheck
mkdir build
cd build
cmake ..
cmake --build .
cmake --install -DCMAKE_INSTALL_PREFIX=/path/to/mason/packages .
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how existing Mason packages are defined and installed, then compare their source-build conventions with the cppcheck homepage and the CMake commands in this issue. Done means cppcheck is integrated as an installable Mason package and the source build completes with the package installation prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100