Skip to content

Commit 41e20be

Browse files
committed
Add cppcheck
1 parent f2eebe9 commit 41e20be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/development.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Developing and running stdlib **requires** the following prerequisites:
3939
- [GNU bash][bash]: an sh-compatible shell
4040
- [curl][curl], [wget][wget], or [fetch][fetch] (FreeBSD): utilities for downloading remote resources
4141
- [Node.js][node-js]: JavaScript runtime (version `>= 0.10`; although the latest stable version is **strongly** recommended)
42-
- [npm][npm]: package manager (version `> 2.7.0`; if Node `< 1.0.0`, version `> 2.7.0` and `< 4.0.0`; if Node `< 6.0.0`, version `> 2.7.0` and `< 6.0.0`)
42+
- [npm][npm]: package manager (version `> 2.7.0`; if Node `< 1.0.0`, version `> 2.7.0` and `< 4.0.0`; if Node `< 10.x.x`, version `> 2.7.0` and `< 6.0.0`)
4343

4444
While not required to run stdlib, the following dependencies **may** be required for testing, benchmarking, and general development:
4545

@@ -62,6 +62,7 @@ Assuming the requisite language is present on the host machine, the following la
6262
- [pydocstyle][pydocstyle]: Python docstring checker against PEP 257 (version `>= 2.0.0`)
6363
- [lintr][lintr]: static code analysis for R (version `>= 1.0.0`)
6464
- [shellcheck][shellcheck]: static code analysis for shell scripts (version `>= 0.5.0`; to install on OS X, either install [Homebrew][homebrew] as a prerequisite or install [shellcheck][shellcheck] manually)
65+
- [cppcheck][cppcheck]: C/C++ static code analysis (version `>= 2.5`).
6566

6667
The following external libraries can be automatically downloaded and compiled from source using `make` (see [installation](#installation)):
6768

@@ -395,6 +396,8 @@ For contribution guidelines, see the [contributing guide][stdlib-contributing].
395396
396397
[shellcheck]: https://github.com/koalaman/shellcheck
397398
399+
[cppcheck]: http://cppcheck.sourceforge.net/
400+
398401
[gcc]: http://gcc.gnu.org/
399402
400403
[clang]: http://clang.llvm.org/

0 commit comments

Comments
 (0)