Skip to content

Commit

Permalink
sorts lint producers because of last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FMorschel committed Oct 30, 2024
1 parent 926745d commit 177c076
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,15 +751,15 @@ final _builtInLintProducers = <LintCode, List<ProducerGenerator>>{
};

final _builtInNonLintMultiProducers = {
CompileTimeErrorCode.AMBIGUOUS_IMPORT: [
ImportAddHide.new,
],
CompileTimeErrorCode.AMBIGUOUS_EXTENSION_MEMBER_ACCESS_TWO: [
AddExtensionOverride.new,
],
CompileTimeErrorCode.AMBIGUOUS_EXTENSION_MEMBER_ACCESS_THREE_OR_MORE: [
AddExtensionOverride.new,
],
CompileTimeErrorCode.AMBIGUOUS_IMPORT: [
ImportAddHide.new,
],
CompileTimeErrorCode.ARGUMENT_TYPE_NOT_ASSIGNABLE: [
DataDriven.new,
],
Expand Down

0 comments on commit 177c076

Please sign in to comment.