Skip to content

Commit c53cddc

Browse files
committed
Added comment to remind me to uncomment code when bug on dart analyze fixed
1 parent 31564e5 commit c53cddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/checkers/dart_project_style_guide_checker.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class DartProjectStyleGuideChecker extends CodeStyleViolationsChecker {
5757
'analyze',
5858
'--format',
5959
'machine',
60+
// TODO(bitsydarel): uncomment when, https://github.com/dart-lang/sdk/issues/45286
6061
// '--options',
6162
// styleGuide.path,
6263
projectDir.path,

0 commit comments

Comments
 (0)