Skip to content

Commit

Permalink
fix: Add IGNORE for Analyze in Builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jul 28, 2023
1 parent 143edec commit f562fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/masamune_builder/lib/src/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Builder masamuneBuilderFactory(BuilderOptions options) {
],
".m.dart",
header:
"// GENERATED CODE - DO NOT MODIFY BY HAND\r\n\r\n// ignore_for_file: unused_field, unused_element, require_trailing_commas, prefer_const_constructors, unnecessary_overrides, prefer_const_literals_to_create_immutables, unnecessary_null_in_if_null_operators, library_prefixes, directives_ordering, no_leading_underscores_for_local_identifiers, unnecessary_brace_in_string_interps, unnecessary_type_check, library_private_types_in_public_api",
"// GENERATED CODE - DO NOT MODIFY BY HAND\r\n\r\n// ignore_for_file: unused_field, unused_element, require_trailing_commas, prefer_const_constructors, unnecessary_overrides, prefer_const_literals_to_create_immutables, unnecessary_null_in_if_null_operators, library_prefixes, directives_ordering, no_leading_underscores_for_local_identifiers, unnecessary_brace_in_string_interps, unnecessary_type_check, library_private_types_in_public_api, unnecessary_nullable_for_final_variable_declarations",
);
}

0 comments on commit f562fa1

Please sign in to comment.