Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit c14b8d3

Browse files
committed
➖ remove dart_code_metrics from dev_dependencies
1 parent 2864ce7 commit c14b8d3

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

analysis_options.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
include: package:lints/recommended.yaml
22

3-
analyzer:
4-
exclude:
5-
- "**.g.dart"
6-
- "**.chopper.dart"
7-
plugins:
8-
- dart_code_metrics
9-
10-
dart_code_metrics:
11-
metrics:
12-
cyclomatic-complexity: 20
13-
number-of-arguments: 5
14-
number-of-parameters: 5
15-
maximum-nesting-level: 5
16-
metrics-exclude:
17-
- test/**
18-
rules:
19-
- newline-before-return
20-
- no-boolean-literal-compare
21-
- no-empty-block
22-
- prefer-trailing-comma
23-
- prefer-conditional-expressions
24-
- no-equal-then-else
25-
anti-patterns:
26-
- long-method
27-
- long-parameter-list
28-
293
linter:
304
rules:
315
avoid_print: true

0 commit comments

Comments
 (0)