Skip to content

Commit d2dbb30

Browse files
Merge branch 'master' into nargs-7
2 parents 59335f5 + 75b8e27 commit d2dbb30

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
@@ -23,7 +23,9 @@ dart_code_metrics:
2323

2424
# McConnell, S. (2004), Chapter 7.5: High-Quality Routines: How To Use Routine Parameters. Code Complete, Second Edition, Redmond, WA, USA: Microsoft Press. 174-180
2525
number-of-parameters: 7
26-
# source-lines-of-code: 50
26+
27+
# 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
28+
source-lines-of-code: 200
2729
# lines-of-code: 50
2830
rules:
2931
- avoid-late-keyword

0 commit comments

Comments
 (0)