From d929f2eac98bf23eb8d77f4634741f0d997cd5c0 Mon Sep 17 00:00:00 2001 From: Fredy Wijaya Date: Fri, 15 Sep 2023 15:12:10 -0500 Subject: [PATCH] docs: Add info about fixing format problems for Envoy Mobile (#29611) Risk Level: low (doc update only) Testing: n/a Docs Changes: Release Notes: n/a Platform Specific Features: n/a Signed-off-by: Fredy Wijaya --- mobile/STYLE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mobile/STYLE.md b/mobile/STYLE.md index 108560a33525..9f11a05a8378 100644 --- a/mobile/STYLE.md +++ b/mobile/STYLE.md @@ -43,3 +43,16 @@ lowest applicable layer (core/bridge) of the library, and then declaring public values defined in terms of the enumeration, to be shared across bridge and platform code. See, for example: https://github.com/envoyproxy/envoy-mobile/blob/2a1b53427100d94878551b55bb564e9117f83fe6/library/common/types/c_types.h#L25 + +## Checking Format Problems + +``` +tools/check_format.sh +``` + +## Fixing Format Problems + +``` +tools/check_format.sh fix +``` +