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

Remove lints package and use lint instead with custom rules #3

Closed
alexrintt opened this issue Mar 7, 2023 · 1 comment
Closed

Remove lints package and use lint instead with custom rules #3

alexrintt opened this issue Mar 7, 2023 · 1 comment

Comments

@alexrintt
Copy link
Owner

alexrintt commented Mar 7, 2023

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
riccardocescon added a commit that referenced this issue Mar 7, 2023
alexrintt added a commit that referenced this issue Mar 8, 2023
@alexrintt
Copy link
Owner Author

alexrintt commented Mar 8, 2023

lint_fix was merged on master.

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

No branches or pull requests

1 participant