Signed-off-by: jld3103 <jld3103yt@gmail.com>
@ -27,10 +27,7 @@ const disabledRules = [
/// Rules that won't be added to the list.
///
/// This is needed for rules not yet available in the current dart version.
const excludedRules = [
'no_self_assignments',
'no_wildcard_variable_uses',
];
const excludedRules = [];
/// Commit hash to use to fetch the rules from upstream
const commitHash = '7f40f11';
@ -105,6 +105,8 @@ linter:
no_literal_bool_comparisons: true
no_logic_in_create_state: true
no_runtimeType_toString: true
no_self_assignments: true
no_wildcard_variable_uses: true
non_constant_identifier_names: true
noop_primitive_operations: true
null_check_on_nullable_type_parameter: true