Skip to content

Commit

Permalink
Merge branch 'develop' into 679
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickChrestin authored Sep 28, 2024
2 parents c521c13 + 5cdd460 commit 7550ecd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/generate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ Future _writeKeys(StringBuffer classBuilder, List<FileSystemEntity> files,
var file = '''
// DO NOT EDIT. This is code generated via package:easy_localization/generate.dart
// ignore_for_file: constant_identifier_names
abstract class LocaleKeys {
''';

Expand Down Expand Up @@ -234,7 +236,7 @@ Future _writeJson(
var gFile = '''
// DO NOT EDIT. This is code generated via package:easy_localization/generate.dart
// ignore_for_file: prefer_single_quotes, avoid_renaming_method_parameters
// ignore_for_file: prefer_single_quotes, avoid_renaming_method_parameters, constant_identifier_names
import 'dart:ui';
Expand Down

0 comments on commit 7550ecd

Please sign in to comment.