Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Multiple API usages on one line result in one TODO comment. #46

Open
m-alger opened this issue Feb 8, 2016 · 0 comments
Open

Multiple API usages on one line result in one TODO comment. #46

m-alger opened this issue Feb 8, 2016 · 0 comments
Labels

Comments

@m-alger
Copy link
Contributor

m-alger commented Feb 8, 2016

Say I have a line

chrome.tts.speak(chrome.storage.local.get('something')['something']);`

This will generate one TODO, either

// TODO(Caterpillar): Check usage of chrome.tts.speak.

or

// TODO(Caterpillar): Check usage of chrome.storage.local.get.

Both should be generated.

@m-alger m-alger added the bug label Feb 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant