Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 09:59
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/0ab87ce71aeec23aa56deb010af64adf to your computer and use it in GitHub Desktop.
Save ryantm/0ab87ce71aeec23aa56deb010af64adf to your computer and use it in GitHub Desktop.
/nix/store/s1p9x2b808yabsdhychlk6hjm6ji5r6d-cppcheck-1.86
├── bin
│   ├── cert.py
│   ├── cppcheck
│   ├── cppcheckdata.py
│   ├── cppcheck-htmlreport
│   ├── findcasts.py
│   ├── misc.py
│   ├── misra.py
│   ├── namingng.py
│   ├── naming.py
│   ├── threadsafety.py
│   └── y2038.py
└── cfg
├── avr.cfg
├── bsd.cfg
├── cppcheck-cfg.rng
├── cppcheck-lib.cfg
├── embedded_sql.cfg
├── gnu.cfg
├── googletest.cfg
├── gtk.cfg
├── microsoft_sal.cfg
├── motif.cfg
├── posix.cfg
├── qt.cfg
├── sdl.cfg
├── sfml.cfg
├── std.cfg
├── windows.cfg
├── wxwidgets.cfg
└── zlib.cfg
2 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment