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

Added some minor lint fixes #26

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

LahaLuhem
Copy link

Here is a list of all the lints used for fixing:

  • prefer_const_constructors
  • prefer_const_literals_to_create_immutables
  • directives_ordering
  • prefer_if_null_operators
  • prefer_const_constructors_in_immutables
  • prefer_final_locals
  • deprecated_member_use
  • unnecessary_parenthesis
  • avoid_void_async

Some of them just give free performance, while others improve readability

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