We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the new analysis_options we will be working with:
include: package:lint/analysis_options.yaml linter: rules: sort_constructors_first: true prefer_single_quotes: true prefer_relative_imports: true always_use_package_imports: false avoid_relative_lib_imports: false always_specify_types: true unawaited_futures: true
The text was updated successfully, but these errors were encountered:
Resolves #3
e5fefe3
(#3) Remove regions
58d230f
lint_fix was merged on master.
lint_fix
Sorry, something went wrong.
No branches or pull requests
This is the new analysis_options we will be working with:
The text was updated successfully, but these errors were encountered: