This commit is contained in:
29
packages/dart/analysis_options.yaml
generated
Normal file
29
packages/dart/analysis_options.yaml
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
include: package:lints/recommended.yaml
|
||||
|
||||
analyzer:
|
||||
exclude:
|
||||
- lib/src/frb/**
|
||||
- lib/src/kreuzberg_bridge_generated/**
|
||||
- example/**
|
||||
- lib/src/traits.dart
|
||||
|
||||
linter:
|
||||
rules:
|
||||
- avoid_empty_else
|
||||
- avoid_print
|
||||
- avoid_relative_lib_imports
|
||||
- avoid_returning_this
|
||||
- avoid_slow_async_io
|
||||
- cancel_subscriptions
|
||||
- close_sinks
|
||||
- comment_references
|
||||
- control_flow_in_finally
|
||||
- empty_statements
|
||||
- hash_and_equals
|
||||
- literal_only_boolean_expressions
|
||||
- no_adjacent_strings_in_list
|
||||
- no_duplicate_case_values
|
||||
- prefer_void_to_null
|
||||
- throw_in_finally
|
||||
- unnecessary_statements
|
||||
- unrelated_type_equality_checks
|
||||
Reference in New Issue
Block a user