Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Jan 23, 2024
1 parent a04be24 commit 9022a0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scripts:
description: Run all static analysis checks.

lint:dart:
run: melos exec -- dart analyze . # TODO --fatal-infos
run: melos exec -- dart analyze . --fatal-infos
description: Run Dart static analysis checks.

lint:dcm:
Expand Down
6 changes: 6 additions & 0 deletions storybook/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ analyzer:
- "**/*.freezed.dart"
- "build/"

linter:
rules:
avoid_redundant_argument_values: false

dart_code_metrics:
extends:
- package:netglade_analysis/dcm.yaml
rules:
- avoid-passing-default-values

0 comments on commit 9022a0c

Please sign in to comment.