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

Update analysis_options.yaml #260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 31, 2023

  1. Update analysis_options.yaml

    This updated configuration:
    
    Keeps the existing include directive for the package:flutter_lints/flutter.yaml file to activate recommended Flutter-specific lints.
    
    Under the linter section, you can customize the lint rules for your project. It disables the avoid_print rule and enables the prefer_single_quotes rule as an example. You can add or modify rules according to your project's coding standards.
    
    You can also add any custom lint rules specific to your project by following the same format (custom_rule_name: true).
    
    To apply this updated configuration, save it to your project's analysis_options.yaml file or the equivalent configuration file you are using. The Dart analyzer will use this configuration when running flutter analyze or any other analysis tool.
    madhupashish authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    df3436b View commit details
    Browse the repository at this point in the history