|
|
@ -105,6 +105,8 @@ linter: |
|
|
|
no_literal_bool_comparisons: true |
|
|
|
no_literal_bool_comparisons: true |
|
|
|
no_logic_in_create_state: true |
|
|
|
no_logic_in_create_state: true |
|
|
|
no_runtimeType_toString: true |
|
|
|
no_runtimeType_toString: true |
|
|
|
|
|
|
|
no_self_assignments: true |
|
|
|
|
|
|
|
no_wildcard_variable_uses: true |
|
|
|
non_constant_identifier_names: true |
|
|
|
non_constant_identifier_names: true |
|
|
|
noop_primitive_operations: true |
|
|
|
noop_primitive_operations: true |
|
|
|
null_check_on_nullable_type_parameter: true |
|
|
|
null_check_on_nullable_type_parameter: true |
|
|
|