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
Copy file name to clipboardExpand all lines: dart/looker_sdk/README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,13 @@ Run `yarn test` from `{reporoot}/dart/looker_sdk` to run all tests.
55
55
56
56
Run `yarn format` from `{reporoot}/dart/looker_sdk` to format the `dart` files correctly. This should be run if you change any of the run time library `dart` files. The repo CI will run the linter and will fail if the files have not been correctly formatted.
57
57
58
-
### Run format
58
+
### Run format-check
59
+
60
+
Run `yarn format-check` from `{reporoot}/dart/looker_sdk` to check the formatting of the `dart` files.
61
+
62
+
### Run analyze
59
63
60
-
Run `yarn format` from `{reporoot}/dart/looker_sdk` to lint the `dart` files.
64
+
Run `yarn format-analyze` from `{reporoot}/dart/looker_sdk` to lint the `dart` files.
0 commit comments