You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: website/docs/cli/index.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,17 @@ metrics:
60
60
Run `dart_code_metrics` in all packages.
61
61
- Note: you can also rely on your IDEs Dart Analysis / Issues window.
62
62
```
63
+
64
+
## Calling the cli from your own package with the linter configuration
65
+
66
+
If you have a separate package with all the linter and DCM configurations which is used by your other packages and you want to call DCM transitively add a `bin` folder with a Dart file, for example
0 commit comments