Skip to content

Commit e34a55c

Browse files
authored
Fix custom_lint sending incorrect filesToAnalyze
fixes #252
1 parent 46b51b5 commit e34a55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/custom_lint/lib/src/v2/custom_lint_analyzer_plugin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class CustomLintServer {
327327
serverVersion <= clientVersion,
328328
'custom_lint',
329329
clientVersion.toString(),
330-
['*.dart'],
330+
['*'],
331331
contactInfo: 'https://github.com/invertase/dart_custom_lint/issues',
332332
);
333333
}

0 commit comments

Comments
 (0)