Skip to content

[nasa/cryptolib#349] Added Issue/PR templates #50

[nasa/cryptolib#349] Added Issue/PR templates

[nasa/cryptolib#349] Added Issue/PR templates #50

Triggered via pull request November 11, 2024 16:40
Status Success
Total duration 42s
Artifacts

cpp-linter.yml

on: pull_request
cpp-linter
31s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
support/standalone/standalone.h:78:29 [bugprone-macro-parentheses]: support/standalone/standalone.h#L78
macro replacement list should be enclosed in parentheses
support/standalone/standalone.h:120:39 [readability-avoid-const-params-in-decls]: support/standalone/standalone.h#L120
parameter 'signal' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
include/crypto_error.h:153:37 [bugprone-macro-parentheses]: include/crypto_error.h#L153
macro replacement list should be enclosed in parentheses
include/crypto_error.h:155:14 [cppcoreguidelines-avoid-non-const-global-variables]: include/crypto_error.h#L155
variable 'crypto_enum_errlist_core' is non-const and globally accessible, consider making it const
include/crypto_error.h:156:14 [cppcoreguidelines-avoid-non-const-global-variables]: include/crypto_error.h#L156
variable 'crypto_enum_errlist_config' is non-const and globally accessible, consider making it const
include/crypto_error.h:157:14 [cppcoreguidelines-avoid-non-const-global-variables]: include/crypto_error.h#L157
variable 'crypto_enum_errlist_sa_if' is non-const and globally accessible, consider making it const
include/crypto_error.h:158:14 [cppcoreguidelines-avoid-non-const-global-variables]: include/crypto_error.h#L158
variable 'crypto_enum_errlist_sa_mariadb' is non-const and globally accessible, consider making it const
include/crypto_error.h:159:14 [cppcoreguidelines-avoid-non-const-global-variables]: include/crypto_error.h#L159
variable 'crypto_enum_errlist_crypto_if' is non-const and globally accessible, consider making it const
include/crypto_error.h:160:14 [cppcoreguidelines-avoid-non-const-global-variables]: include/crypto_error.h#L160
variable 'crypto_enum_errlist_crypto_kmc' is non-const and globally accessible, consider making it const
include/crypto_error.h:161:14 [cppcoreguidelines-avoid-non-const-global-variables]: include/crypto_error.h#L161
variable 'crypto_enum_errlist_crypto_cam' is non-const and globally accessible, consider making it const
Run clang-format on support/standalone/standalone.h: support/standalone/standalone.h#L1
File support/standalone/standalone.h does not conform to Custom style guidelines. (lines 93, 116, 119)
Run clang-format on include/crypto.h: include/crypto.h#L1
File include/crypto.h does not conform to Custom style guidelines. (lines 229, 315, 317, 318, 319, 329)
Run clang-format on include/crypto_config_structs.h: include/crypto_config_structs.h#L1
File include/crypto_config_structs.h does not conform to Custom style guidelines. (lines 246, 247, 248, 249, 251, 252, 253, 254, 256, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 289, 290, 291, 292, 293)
Run clang-format on support/standalone/standalone.c: support/standalone/standalone.c#L1
File support/standalone/standalone.c does not conform to Custom style guidelines. (lines 224, 339, 340, 575, 576)
Run clang-format on test/performance/pt_auth_as.c: test/performance/pt_auth_as.c#L1
File test/performance/pt_auth_as.c does not conform to Custom style guidelines. (lines 126, 182, 346, 410, 600, 674, 866, 922, 1086, 1150, 1340, 1414)
Run clang-format on test/performance/pt_auth_enc_as.c: test/performance/pt_auth_enc_as.c#L1
File test/performance/pt_auth_enc_as.c does not conform to Custom style guidelines. (lines 115, 119, 169, 214, 301, 312, 362, 414, 469, 518, 538, 588, 654, 720, 779, 783, 833, 878, 965, 976, 1026, 1078, 1133, 1182, 1202, 1252, 1318, 1385)
Run clang-format on test/performance/pt_gcry_base.c: test/performance/pt_gcry_base.c#L1
File test/performance/pt_gcry_base.c does not conform to Custom style guidelines. (lines 64, 80, 81, 101)
Run clang-format on test/unit/ut_aes_gcm_siv.c: test/unit/ut_aes_gcm_siv.c#L1
File test/unit/ut_aes_gcm_siv.c does not conform to Custom style guidelines. (lines 90, 91, 92, 93, 94, 191, 192, 193, 194, 195, 293, 294, 295, 296, 297, 394, 395, 396, 397, 398)
Run clang-format on test/unit/ut_mysql_tls_connection.c: test/unit/ut_mysql_tls_connection.c#L1
File test/unit/ut_mysql_tls_connection.c does not conform to Custom style guidelines. (lines 84, 85, 86, 87, 89, 90, 91, 92, 94)
Run clang-format on test/unit/ut_aos_process.c: test/unit/ut_aos_process.c#L1
File test/unit/ut_aos_process.c does not conform to Custom style guidelines. (lines 510, 664, 812, 963, 1112, 1261, 1593, 1810, 1837, 1838, 1839, 1840)