From 494c47cb4f98da6d6d903ce79dbb7c0325cdb777 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Fri, 7 Feb 2025 16:12:48 -0800 Subject: [PATCH] Lower minimum java file count to 1. (#162915) We removed enough java files that we're failing a "minimum number of java check". --- dev/bots/analyze.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/analyze.dart b/dev/bots/analyze.dart index 99c4b78cf2..eca1f1e98c 100644 --- a/dev/bots/analyze.dart +++ b/dev/bots/analyze.dart @@ -866,7 +866,7 @@ Future verifyNoMissingLicense(String workingDirectory, {bool checkMinimums await _verifyNoMissingLicenseForExtension( workingDirectory, 'java', - overrideMinimumMatches ?? 39, + overrideMinimumMatches ?? 1, _generateLicense('// '), ); await _verifyNoMissingLicenseForExtension(