Created
December 27, 2013 21:06
-
-
Save leafo/8152626 to your computer and use it in GitHub Desktop.
moonscript linter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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