Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 1, 2019 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/9361d5dc0809b7a1fdb2794dec378c07 to your computer and use it in GitHub Desktop.
Save ryantm/9361d5dc0809b7a1fdb2794dec378c07 to your computer and use it in GitHub Desktop.
/nix/store/3g756x8crfg1nhh3ia0cnij9nkx73c31-cppcheck-1.88
├── bin
│   ├── cert.py
│   ├── cppcheck
│   ├── cppcheckdata.py
│   ├── cppcheck-htmlreport
│   ├── findcasts.py
│   ├── __init__.py
│   ├── misc.py
│   ├── misra.py
│   ├── namingng.py
│   ├── naming.py
│   ├── test-misra.py
│   ├── threadsafety.py
│   └── y2038.py
└── cfg
├── avr.cfg
├── boost.cfg
├── bsd.cfg
├── cppcheck-cfg.rng
├── cppcheck-lib.cfg
├── cppunit.cfg
├── daca.cfg
├── embedded_sql.cfg
├── gnu.cfg
├── googletest.cfg
├── gtk.cfg
├── libcerror.cfg
├── microsoft_sal.cfg
├── motif.cfg
├── nspr.cfg
├── opengl.cfg
├── posix.cfg
├── python.cfg
├── qt.cfg
├── ruby.cfg
├── sdl.cfg
├── sfml.cfg
├── sqlite3.cfg
├── std.cfg
├── tinyxml2.cfg
├── windows.cfg
├── wxwidgets.cfg
└── zlib.cfg
2 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment