Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Loop-shadowed variables not getting caught #6

Open
yang opened this issue May 17, 2015 · 0 comments
Open

Loop-shadowed variables not getting caught #6

yang opened this issue May 17, 2015 · 0 comments

Comments

@yang
Copy link

yang commented May 17, 2015

$ cat ./go.coffee
'use strict'
x = 0
f = ->
  for x in []
    x

$ ./node_modules/.bin/coffeelint ./go.coffee
  ✓ ./go.coffee

✓ Ok! » 0 errors and 0 warnings in 1 file
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant