Skip to content

Commit 7d6c8a0

Browse files
author
Illia Romanenko
committed
Add lines-of-code clarification
1 parent b64556f commit 7d6c8a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/analysis_options.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ dart_code_metrics:
2626

2727
# McConnell, S. (2004), Chapter 7.4: High-Quality Routines: How Long Can a Routine Be?. Code Complete, Second Edition, Redmond, WA, USA: Microsoft Press. 173-174
2828
source-lines-of-code: 200
29-
# lines-of-code: 50
29+
30+
# We use source-lines-of-code instead of this as we don't want to count comment or blank lines.
31+
# lines-of-code: 50
3032
rules:
3133
- avoid-late-keyword
3234
- avoid-non-null-assertion

0 commit comments

Comments
 (0)