Skip to content

Commit 479c053

Browse files
committed
Issue #92: added rule in analysis_options.yaml
1 parent f0f42de commit 479c053

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ custom_lint:
5656
- cyclomatic_complexity:
5757
max_complexity: 10
5858

59+
- dont_create_a_return_var
5960
- double_literal_format
6061

6162
- function_lines_of_code:

lint_test/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ custom_lint:
8989
- required
9090
- nullable
9191
- default
92+
- dont_create_a_return_var

0 commit comments

Comments
 (0)