Enable file_names and package_names lints (#77087)
diff --git a/dev/bots/analyze.dart b/dev/bots/analyze.dart
index 16ffaef..aeee35d 100644
--- a/dev/bots/analyze.dart
+++ b/dev/bots/analyze.dart
@@ -99,7 +99,7 @@
// Analyze all the sample code in the repo
print('$clock Sample code...');
await runCommand(dart,
- <String>[path.join(flutterRoot, 'dev', 'bots', 'analyze-sample-code.dart')],
+ <String>[path.join(flutterRoot, 'dev', 'bots', 'analyze_sample_code.dart')],
workingDirectory: flutterRoot,
);