Skip to content

Commit

Permalink
[sqflite] remove always_require_non_null_named_parameters lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Nov 28, 2023
1 parent d9b6594 commit 907dd79
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion packages_web/sqflite_common_ffi_web/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
1 change: 0 additions & 1 deletion sqflite/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
1 change: 0 additions & 1 deletion sqflite/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
1 change: 0 additions & 1 deletion sqflite_common/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
1 change: 0 additions & 1 deletion sqflite_common_ffi/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
1 change: 0 additions & 1 deletion sqflite_common_test/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
1 change: 0 additions & 1 deletion sqflite_support/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down
1 change: 0 additions & 1 deletion sqflite_test_app/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ linter:
- prefer_initializing_formals
- prefer_void_to_null
#
- always_require_non_null_named_parameters
- annotate_overrides
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
Expand Down

0 comments on commit 907dd79

Please sign in to comment.