embeddedartistry / embeddedartistry/cppcheck-rules
Rule author
Open
- Dominant language
- C++
- Stars
- 26
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
I am the original author. All these rules come from this repo:
https://github.com/pfultz2/cppcheck-rules
Except the rules are out of date. These rules have been updated to make them more robust. For example the `EmptyIfStatement` rule checks for nested parenthesis: `if (\([^()]*(?-1)*[^()]*\)) { }` but the one in the repo is much older and does not.
There are also additional rules available.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.