mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-01 19:30:44 +00:00
Format Code and Add Format Checks to CI (#643)
* Remove unused lib/generated/i18n.dart * Use `fvm dart format .` * Add contributing guidelines * Enforce dart format * Add `dart format off` directive to generated files
This commit is contained in:
@ -90,6 +90,7 @@ def generate_locale_list(locales):
|
||||
output.write(
|
||||
"// This file is auto-generated by the 'collect_translations.py' script - do not edit it directly!\n\n"
|
||||
)
|
||||
output.write("// dart format off\n\n")
|
||||
output.write('import "package:flutter/material.dart";\n\n')
|
||||
output.write("const List<Locale> supported_locales = [\n")
|
||||
|
||||
|
Reference in New Issue
Block a user