Skip to content

Commit 43cce45

Browse files
vgvbotalestiagomarcossevilla
authored
chore: update SPDX licenses (#1501)
* chore: update SPDX licenses * chore: update SPDX licenses * chore: update SPDX licenses * chore: update SPDX licenses * fix: conflicts --------- Co-authored-by: alestiago <44524995+alestiago@users.noreply.github.com> Co-authored-by: Marcos Sevilla <marcossevilla14@gmail.com> Co-authored-by: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com>
1 parent 40cf53a commit 43cce45

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

lib/src/commands/create/commands/flutter_app.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@ class CreateFlutterApp extends CreateSubCommand with OrgName, MultiTemplates {
3838
}
3939

4040
@override
41-
final List<Template> templates = [
42-
VeryGoodCoreTemplate(),
43-
];
41+
final List<Template> templates = [VeryGoodCoreTemplate()];
4442
}

lib/src/commands/packages/commands/check/commands/licenses.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ class PackagesCheckLicensesCommand extends Command<int> {
107107
..addOption(
108108
'reporter',
109109
help: 'Lists all licenses.',
110-
allowed: [
111-
'text',
112-
'csv',
113-
],
110+
allowed: ['text', 'csv'],
114111
allowedHelp: {
115112
'text': 'Lists licenses without a specific format.',
116113
'csv': 'Lists licenses in a CSV format.',

lib/src/pub_license/spdx_license.gen.dart

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/spdx_license/test/spdx_license.gen.dart

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)