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 f0f42de commit 479c053Copy full SHA for 479c053
lib/analysis_options.yaml
@@ -56,6 +56,7 @@ custom_lint:
56
- cyclomatic_complexity:
57
max_complexity: 10
58
59
+ - dont_create_a_return_var
60
- double_literal_format
61
62
- function_lines_of_code:
lint_test/analysis_options.yaml
@@ -89,3 +89,4 @@ custom_lint:
89
- required
90
- nullable
91
- default
92
0 commit comments