Skip to content

proposal: alert me when I forget method's brackets #58725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
normidar opened this issue May 4, 2022 · 2 comments
Closed

proposal: alert me when I forget method's brackets #58725

normidar opened this issue May 4, 2022 · 2 comments
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. linter-lint-proposal linter-status-pending

Comments

@normidar
Copy link

normidar commented May 4, 2022

I am sorry I deleted all the format.

some times, when I want to call a method, I forget the brackets of the method, then find the bug it is a month later.

code like:

// the checkCount is a method
obj.checkCount

can I get an alert by linter?

@normidar normidar changed the title proposal: alert me when I forget methods brackets` proposal: `alert me when I forget methods brackets`` May 4, 2022
@normidar normidar changed the title proposal: `alert me when I forget methods brackets`` proposal: alert me when I forget method's brackets May 4, 2022
@srawlins srawlins changed the title proposal: alert me when I forget method's brackets proposal: alert me when I forget method's brackets May 4, 2022
@srawlins
Copy link
Member

srawlins commented May 4, 2022

Does the unnecessary_statements lint rule not catch this? I think it should...

@normidar normidar closed this as completed May 4, 2022
@normidar
Copy link
Author

normidar commented May 4, 2022

Does the unnecessary_statements lint rule not catch this? I think it should...

thank you very much

@devoncarew devoncarew added devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. labels Nov 19, 2024
@devoncarew devoncarew transferred this issue from dart-archive/linter Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. linter-lint-proposal linter-status-pending
Projects
None yet
Development

No branches or pull requests

3 participants