Skip to content

Commit 123b99e

Browse files
Fix bibliographic reference
1 parent 81a38fc commit 123b99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/analysis_options.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dart_code_metrics:
2222
cyclomatic-complexity: 10
2323
number-of-arguments: 4
2424
number-of-parameters: 4
25-
# Reference: Code Complete: Chapter 7 High-Quality Routines -> 7.4 How Long Can a Routine Be?
26-
# https://dl.acm.org/doi/book/10.5555/1096143
25+
26+
# 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
2727
source-lines-of-code: 200
2828
# lines-of-code: 50
2929
rules:

0 commit comments

Comments
 (0)