Skip to content
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

Use very_good_analysis linting rules #52

Merged
merged 17 commits into from
Jan 10, 2022

Conversation

pablojimpas
Copy link
Contributor

Sorry for this large PR touching almost everything in the codebase but as I suggested #51 (comment) this is a needed step to improve consistency and code quality of the package, making sure that it stays high in the future.

Most are minor info messages or warnings but others are considered errors and may even have an impact on compile size and runtime performance (e.g. avoid_dynamic_calls)

I don't know enough about this package yet to address all of them but this is a good start, most of what's left now it's just documentation of public members which will be best done once this package reaches API stability.

I know it's hard to review a big mix of things in a single PR like this but I tried to minimize review burden by making one commit per linting rule solved.

I look forward for your feedback :)

Copy link
Member

@prateekmedia prateekmedia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Although there are more lint errors to fix, I will try to do that myself!

@prateekmedia prateekmedia merged commit 9e9dacf into gtk-flutter:main Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants