sui
sui copied to clipboard
[Linter] Constant naming
Description
Constant Naming enforces a naming convention for constants in Move programs, requiring them to follow an ALL_CAPS_SNAKE_CASE or PascalCase/UpperCamelCase format. This lint checks each constant's name within a module against this convention.
Run the linter
cargo test move_check_testsuit
Testing
File testing: constant_naming.move
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mysten-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 14, 2024 5:30pm |
sui-core | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 14, 2024 5:30pm |
sui-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 14, 2024 5:30pm |
4 Ignored Deployments
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
explorer | ⬜️ Ignored (Inspect) | Visit Preview | May 14, 2024 5:30pm | |
multisig-toolkit | ⬜️ Ignored (Inspect) | Visit Preview | May 14, 2024 5:30pm | |
sui-kiosk | ⬜️ Ignored (Inspect) | Visit Preview | May 14, 2024 5:30pm | |
sui-typescript-docs | ⬜️ Ignored (Inspect) | Visit Preview | May 14, 2024 5:30pm |
I have resolved all of these comment above
This needs a test for the allow
as well
@dzungdinh94 is attempting to deploy a commit to the Mysten Labs Team on Vercel.
A member of the Team first needs to authorize it.