Skip to content

Commit 494c47c

Browse files
author
Jonah Williams
authored
Lower minimum java file count to 1. (flutter#162915)
We removed enough java files that we're failing a "minimum number of java check".
1 parent 045fb99 commit 494c47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/analyze.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ Future<void> verifyNoMissingLicense(String workingDirectory, {bool checkMinimums
866866
await _verifyNoMissingLicenseForExtension(
867867
workingDirectory,
868868
'java',
869-
overrideMinimumMatches ?? 39,
869+
overrideMinimumMatches ?? 1,
870870
_generateLicense('// '),
871871
);
872872
await _verifyNoMissingLicenseForExtension(

0 commit comments

Comments
 (0)