We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1b245 commit 6199d79Copy full SHA for 6199d79
lib/utils/utils.dart
@@ -66,7 +66,7 @@ class Utils {
66
}
67
68
/// Returns the list of modified file names
69
- Future<List<String>> getModifiedFileNames({
+ static Future<List<String>> getModifiedFileNames({
70
List<String> directories = const ['lib', 'test'],
71
}) async {
72
final result = await Process.run(
@@ -87,7 +87,7 @@ class Utils {
87
88
89
/// Check if the branch name is supported for the beginning of the name
90
- void isBranchNameValid(
+ static void isBranchNameValid(
91
String branchName, {
92
// additional branch names that you want to support, optional
93
List<String>? additionalBranchNames,
0 commit comments