Skip to content

Commit

Permalink
feat: enable avoid_relative_lib_imports rule in analysis_options.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-v committed Apr 6, 2024
1 parent 8303488 commit 46ca3ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ linter:
always_use_package_imports: true
require_trailing_commas: true
use_super_parameters: true
prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
prefer_single_quotes: true
avoid_relative_lib_imports: true
# avoid_print: false # Uncomment to disable the `avoid_print` rule

# Additional information about this file can be found at
Expand Down

0 comments on commit 46ca3ec

Please sign in to comment.