Skip to content

Instantly share code, notes, and snippets.

@leafo
Created December 27, 2013 21:06
Show Gist options
  • Save leafo/8152626 to your computer and use it in GitHub Desktop.
Save leafo/8152626 to your computer and use it in GitHub Desktop.
moonscript linter
(master) ~/code/sites/itch.io > moonc -l applications/downloads.moon
./applications/downloads.moon
line 146: accessing global storage
=================================================================================
> url: storage\signed_url bucket_name, @upload\bucket_key!, os.time! + 10
line 146: accessing global bucket_name
=================================================================================
> url: storage\signed_url bucket_name, @upload\bucket_key!, os.time! + 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment