Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 2, 2019 00:45
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/3db3374abe534b0ec63d9870830b4e7b to your computer and use it in GitHub Desktop.
Save ryantm/3db3374abe534b0ec63d9870830b4e7b to your computer and use it in GitHub Desktop.
/nix/store/0sr5lym6jdhdmr5mdvpn806yhmaf3j9c-cppcheck-1.87
├── 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
├── boost.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
├── python.cfg
├── qt.cfg
├── ruby.cfg
├── sdl.cfg
├── sfml.cfg
├── std.cfg
├── tinyxml2.cfg
├── windows.cfg
├── wxwidgets.cfg
└── zlib.cfg
2 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment