Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Add avoid_var_declarations #3137

Closed
wants to merge 4 commits into from

Conversation

minhqdao
Copy link
Contributor

@minhqdao minhqdao commented Jan 9, 2022

Description

Avoid using var altogether. Instead, declare a variable using its explicit type, final or const.

Discussion: dart-lang/sdk#58608

@coveralls
Copy link

coveralls commented Jan 9, 2022

Coverage Status

Coverage increased (+0.02%) to 94.203% when pulling 4d55090 on minhqdao:avoid-var-declarations into f02e84e on dart-lang:master.

@srawlins
Copy link
Contributor

srawlins commented Jan 5, 2023

This lint request was closed, so I'll close the PR now as well.

@srawlins srawlins closed this Jan 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants