Commit c530c98 1 parent d447391 commit c530c98 Copy full SHA for c530c98
File tree 2 files changed +2
-68
lines changed
2 files changed +2
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ The following describes features which minimize the risk of Zserio C++ runtime l
158
158
- AddressSanitizer is run with no findings
159
159
- UndefinedBehaviourSanitizer is run with no findings
160
160
- C++ runtime library sources are checked by static analysis tool clang-tidy version 14.0.6
161
- - C++ runtime library sources are checked by CodeQL queries from [ GitHub ] ( https://github.com/ndsev/zserio/security/code-scanning )
161
+ - C++ runtime library sources are checked by [ SonarCloud ] ( https://sonarcloud.io/summary/new_code?id=ndsev_zserio )
162
162
163
163
#### Clang-tidy Usage
164
164
@@ -188,7 +188,7 @@ The following describes features which minimize the risk of Zserio C++ generated
188
188
- Unit tests check C++ code generated from small zserio schemas (>70 schemas)
189
189
- Generated sources are checked by static analysis tool clang-tidy version 14.0.6 using
190
190
[ this configuration] ( runtime/ClangTidyConfig.txt )
191
- - Generated sources are checked by CodeQL queries from [ GitHub ] ( https://github.com/ndsev/zserio/security/code-scanning )
191
+ - Generated sources are checked by [ SonarCloud ] ( https://sonarcloud.io/summary/new_code?id=ndsev_zserio )
192
192
193
193
### Exceptions
194
194
You can’t perform that action at this time.
0 commit comments