Skip to content

Commit 673c011

Browse files
authored
Update README.md to point to public version of Silabs' coding standard
1 parent 3abed51 commit 673c011

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tools/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a code formatter tool that helps ensure consistent coding style and dete
1313
- Automatically fixes end-of-file issues.
1414
- Removes trailing whitespace from lines.
1515
- Identifies and suggests fixes for common spelling errors using [codespell](https://github.com/codespell-project/codespell).
16-
- Formats code according to specified [Uncrustify](https://github.com/uncrustify/uncrustify) rules base on [Silabs's coding standard](https://stash.silabs.com/projects/WMN_DOCS/repos/docs_misc/browse/software/standards/coding-standard.md)
16+
- Formats code according to specified [Uncrustify](https://github.com/uncrustify/uncrustify) rules base on [Silabs's coding standard](https://github.com/SiliconLabsSoftware/agreements-and-guidelines/blob/main/coding_standard.md)
1717
- Checks for identifiers naming style mismatch of function, definition, struct, variable using [clang-tidy](https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/index.htmlextensible)
1818
- Checks code for potential errors and style issues using [cppcheck](https://cppcheck.sourceforge.io/).
1919

@@ -124,11 +124,9 @@ This is a sample line that should be excluded.
124124

125125
### Uncrustify
126126

127-
Automatic source code formatting follows [Silabs's coding standard](https://stash.silabs.com/projects/WMN_DOCS/repos/docs_misc/browse/software/standards/coding-standard.md)
127+
Automatic source code formatting follows [Silabs's coding standard](https://github.com/SiliconLabsSoftware/agreements-and-guidelines/blob/main/coding_standard.md)
128128
The Uncrustify configuration file is located at [/tools/uncrustify.cfg](./tools/uncrustify.cfg).
129129

130-
Base on the repo [/projects/WMN_TOOLS/repos/scripts/browse/uncrustify](https://stash.silabs.com/projects/WMN_TOOLS/repos/scripts/browse/uncrustify)
131-
132130

133131
### Clang-Tidy
134132

0 commit comments

Comments
 (0)