diff --git a/lib/src/commands/create/commands/create_subcommand.dart b/lib/src/commands/create/commands/create_subcommand.dart index 9e8da3ea7..21c4c8d21 100644 --- a/lib/src/commands/create/commands/create_subcommand.dart +++ b/lib/src/commands/create/commands/create_subcommand.dart @@ -353,9 +353,7 @@ mixin MultiTemplates on CreateSubCommand { final source = argResults.wasParsed('template') ? 'option "--template"' : 'the `create.template` key in `$veryGoodConfigFileName`'; - usageException( - '"$templateName" is not an allowed value for $source.', - ); + usageException('"$templateName" is not an allowed value for $source.'); }, ); } diff --git a/lib/src/pub_license/spdx_license.gen.dart b/lib/src/pub_license/spdx_license.gen.dart index 1b0efef18..bc75530f4 100644 --- a/lib/src/pub_license/spdx_license.gen.dart +++ b/lib/src/pub_license/spdx_license.gen.dart @@ -12,7 +12,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 734 SPDX licenses. +/// A list of all 738 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -78,6 +78,7 @@ enum SpdxLicense { $BSD_2_Clause_Views._('BSD-2-Clause-Views'), $BSD_2_Clause_first_lines._('BSD-2-Clause-first-lines'), $BSD_2_Clause_pkgconf_disclaimer._('BSD-2-Clause-pkgconf-disclaimer'), + $BSD_2_Clause_pos_unchanged._('BSD-2-Clause-pos-unchanged'), $BSD_3_Clause._('BSD-3-Clause'), $BSD_3_Clause_Attribution._('BSD-3-Clause-Attribution'), $BSD_3_Clause_Clear._('BSD-3-Clause-Clear'), @@ -104,9 +105,11 @@ enum SpdxLicense { $BSD_Mark_Modifications._('BSD-Mark-Modifications'), $BSD_Protection._('BSD-Protection'), $BSD_Source_Code._('BSD-Source-Code'), + $BSD_Source_Code_no_disclaimer._('BSD-Source-Code-no-disclaimer'), $BSD_Source_beginning_file._('BSD-Source-beginning-file'), $BSD_Systemics._('BSD-Systemics'), $BSD_Systemics_W3Works._('BSD-Systemics-W3Works'), + $BSD_ask_to_endorse._('BSD-ask-to-endorse'), $BSL_1_0._('BSL-1.0'), $BUSL_1_1._('BUSL-1.1'), $Baekmuk._('Baekmuk'), @@ -261,6 +264,7 @@ enum SpdxLicense { $Eurosym._('Eurosym'), $FBM._('FBM'), $FDK_AAC._('FDK-AAC'), + $FDK_MPEG_H._('FDK-MPEG-H'), $FSFAP._('FSFAP'), $FSFAP_no_warranty_disclaimer._('FSFAP-no-warranty-disclaimer'), $FSFUL._('FSFUL'), diff --git a/lib/src/very_good_config/very_good_config.dart b/lib/src/very_good_config/very_good_config.dart index 2bec605eb..0f40534fd 100644 --- a/lib/src/very_good_config/very_good_config.dart +++ b/lib/src/very_good_config/very_good_config.dart @@ -123,9 +123,7 @@ class VeryGoodConfig extends Equatable { current = parent; } } on VeryGoodConfigParseException catch (e) { - logger.err( - 'Could not read `$veryGoodConfigFileName`.\n${e.message}', - ); + logger.err('Could not read `$veryGoodConfigFileName`.\n${e.message}'); return null; } } diff --git a/tool/spdx_license/test/spdx_license.gen.dart b/tool/spdx_license/test/spdx_license.gen.dart index 1b0efef18..bc75530f4 100644 --- a/tool/spdx_license/test/spdx_license.gen.dart +++ b/tool/spdx_license/test/spdx_license.gen.dart @@ -12,7 +12,7 @@ library spdx_license; /// {@template spdx_license} -/// A list of all 734 SPDX licenses. +/// A list of all 738 SPDX licenses. /// /// These have been automatically generated from the SPDX License brick. /// {@endtemplate} @@ -78,6 +78,7 @@ enum SpdxLicense { $BSD_2_Clause_Views._('BSD-2-Clause-Views'), $BSD_2_Clause_first_lines._('BSD-2-Clause-first-lines'), $BSD_2_Clause_pkgconf_disclaimer._('BSD-2-Clause-pkgconf-disclaimer'), + $BSD_2_Clause_pos_unchanged._('BSD-2-Clause-pos-unchanged'), $BSD_3_Clause._('BSD-3-Clause'), $BSD_3_Clause_Attribution._('BSD-3-Clause-Attribution'), $BSD_3_Clause_Clear._('BSD-3-Clause-Clear'), @@ -104,9 +105,11 @@ enum SpdxLicense { $BSD_Mark_Modifications._('BSD-Mark-Modifications'), $BSD_Protection._('BSD-Protection'), $BSD_Source_Code._('BSD-Source-Code'), + $BSD_Source_Code_no_disclaimer._('BSD-Source-Code-no-disclaimer'), $BSD_Source_beginning_file._('BSD-Source-beginning-file'), $BSD_Systemics._('BSD-Systemics'), $BSD_Systemics_W3Works._('BSD-Systemics-W3Works'), + $BSD_ask_to_endorse._('BSD-ask-to-endorse'), $BSL_1_0._('BSL-1.0'), $BUSL_1_1._('BUSL-1.1'), $Baekmuk._('Baekmuk'), @@ -261,6 +264,7 @@ enum SpdxLicense { $Eurosym._('Eurosym'), $FBM._('FBM'), $FDK_AAC._('FDK-AAC'), + $FDK_MPEG_H._('FDK-MPEG-H'), $FSFAP._('FSFAP'), $FSFAP_no_warranty_disclaimer._('FSFAP-no-warranty-disclaimer'), $FSFUL._('FSFUL'),