We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574f1bc commit 81a38fcCopy full SHA for 81a38fc
lib/analysis_options.yaml
@@ -22,7 +22,9 @@ dart_code_metrics:
22
cyclomatic-complexity: 10
23
number-of-arguments: 4
24
number-of-parameters: 4
25
-# source-lines-of-code: 50
+ # 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
27
+ source-lines-of-code: 200
28
# lines-of-code: 50
29
rules:
30
- avoid-late-keyword
@@ -203,4 +205,4 @@ linter:
203
205
- use_string_buffers
204
206
- use_test_throws_matchers
207
- valid_regexps
- - void_checks
208
+ - void_checks
0 commit comments