Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 15:25
Show Gist options
  • Save ryantm/a464c9319c013b54fa8dad97171e724d to your computer and use it in GitHub Desktop.
Save ryantm/a464c9319c013b54fa8dad97171e724d to your computer and use it in GitHub Desktop.
/nix/store/59sw6pav9ij3f3y94pw66r8g5z96gr3a-cppcheck-1.84
├── bin
│   ├── cert.py
│   ├── cppcheck
│   ├── cppcheckdata.py
│   ├── cppcheck-htmlreport
│   ├── findcasts.py
│   ├── misc.py
│   ├── misra.py
│   ├── naming.py
│   ├── threadsafety.py
│   └── y2038.py
└── cfg
├── avr.cfg
├── bsd.cfg
├── cppcheck-cfg.rng
├── cppcheck-lib.cfg
├── embedded_sql.cfg
├── gnu.cfg
├── gtk.cfg
├── microsoft_sal.cfg
├── motif.cfg
├── posix.cfg
├── qt.cfg
├── sdl.cfg
├── sfml.cfg
├── std.cfg
├── windows.cfg
└── wxwidgets.cfg
2 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment