Skip to content

Commit eb11032

Browse files
authored
Merge branch 'main' into docs-add-disclaimer
2 parents f6a6b3d + 8cdddcf commit eb11032

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Silicon Labs Community Terms of Use
22

3-
Please read the full Terms of Use and Code of Conduct in [agreements-and-guidelines](https://github.com/SiliconLabsSoftware/agreements-and-guidelines) repository: [Code of Conduct](https://github.com/SiliconLabsSoftware/agreements-and-guidelines/blob/main/code_of_conduct.md)
3+
Please read the full Terms of Use and Code of Conduct in the [agreements-and-guidelines](https://github.com/SiliconLabsSoftware/agreements-and-guidelines) repository: [Code of Conduct](https://github.com/SiliconLabsSoftware/agreements-and-guidelines/blob/main/code_of_conduct.md)

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)