Skip to content

Commit

Permalink
Merge pull request #685 from guieltorres/develop
Browse files Browse the repository at this point in the history
add constant_identifier_names to generated files
  • Loading branch information
aissat authored Sep 26, 2024
2 parents 2926e4e + c8b1286 commit 5cdd460
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 5cdd460

Please sign in to comment.