Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
This repository was 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

@m-alger

Description

@m-alger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions