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
This project uses code formatting tools to maintain consistent style. You can format the codebase by running:
71
+
72
+
```sh
73
+
./scripts/format.sh
74
+
```
75
+
68
76
### Testing
69
77
70
78
#### Unit Tests
71
79
72
80
When you make changes to this SDK, please write unit tests verifying if the changes work as you expected. You can easily run all the tests and formatting/linter with the below scripts.
73
81
74
-
Run all the unit tests, code formatter, and code analyzer:
82
+
Run all the unit tests, code linter, and code analyzer:
75
83
76
84
```sh
77
85
./scripts/run_validation.sh
78
86
```
79
87
80
-
Run all the unit tests (no formatter nor code analyzer):
88
+
Run all the unit tests (no linter nor code analyzer):
0 commit comments