Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 20, 2018 23:08
Show Gist options
  • Save ryantm/22fe036c4213f0265616fb2db258d490 to your computer and use it in GitHub Desktop.
Save ryantm/22fe036c4213f0265616fb2db258d490 to your computer and use it in GitHub Desktop.
/nix/store/yywjm0miiknh8plmsvjzwczj0a4i7kwa-lua5.2-luacheck-0.21.2
├── bin
│   ├── luacheck
│   └── luacheck.lua
├── nix-support
│   ├── propagated-build-inputs
│   └── setup-hook
└── src
└── luacheck
├── analyze.lua
├── argparse.lua
├── builtin_standards.lua
├── cache.lua
├── check.lua
├── config.lua
├── core_utils.lua
├── detect_globals.lua
├── detect_uninit_access.lua
├── detect_unreachable_code.lua
├── detect_unused_rec_funcs.lua
├── expand_rockspec.lua
├── filter.lua
├── format.lua
├── fs.lua
├── globbing.lua
├── init.lua
├── inline_options.lua
├── lexer.lua
├── lfs_fs.lua
├── linearize.lua
├── love_standard.lua
├── lua_fs.lua
├── main.lua
├── multithreading.lua
├── ngx_standard.lua
├── options.lua
├── parser.lua
├── standards.lua
├── utils.lua
├── version.lua
└── whitespace.lua
4 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment