style(expected.json,-conf.toml): Fix naming convention
This commit is contained in:
parent
a16c54c3ac
commit
a69a7e87fd
|
@ -1,6 +1,6 @@
|
||||||
skipGitea = true
|
skipGitea = true
|
||||||
[[stages]]
|
[[stages]]
|
||||||
name = "clang-tidy"
|
name = "clangtidy"
|
||||||
[stages.executor]
|
[stages.executor]
|
||||||
name = "sandbox"
|
name = "sandbox"
|
||||||
[stages.executor.with.default]
|
[stages.executor.with.default]
|
||||||
|
@ -20,7 +20,7 @@ max = 65_536
|
||||||
name = "stderr"
|
name = "stderr"
|
||||||
max = 65_536
|
max = 65_536
|
||||||
[stages.parser]
|
[stages.parser]
|
||||||
name = "clang-tidy"
|
name = "clangtidy"
|
||||||
[stages.parser.with]
|
[stages.parser.with]
|
||||||
score = 100
|
score = 100
|
||||||
rootdir = "/w"
|
rootdir = "/w"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
[{"name":"clang-tidy","results":[{"score":-185,"comment":"### Test results summary\n\n1. codequality-unchecked-malloc-result: 0\n2. codequality-no-global-variables: 0\n3. codequality-no-header-guard: 0\n4. codequality-no-fflush-stdin: 0\n5. readability-function-size: 0\n6. readability-duplicate-include: 0\n7. readability-identifier-naming: 0\n8. readability-redundant: 0\n9. readability-misleading-indentation: 0\n10. readability-misplaced-array-index: 0\n11. cppcoreguidelines-init-variables: 1\n12. bugprone-suspicious-string-compare: 0\n13. google-global-names-in-headers: 0\n14. clang-diagnostic: 1\n15. clang-analyzer: 0\n16. misc: 8\n17. performance: 4\n18. others: 188\n"}]}]
|
[{"name":"clangtidy","results":[{"score":-185,"comment":"### Test results summary\n\n1. codequality-unchecked-malloc-result: 0\n2. codequality-no-global-variables: 0\n3. codequality-no-header-guard: 0\n4. codequality-no-fflush-stdin: 0\n5. readability-function-size: 0\n6. readability-duplicate-include: 0\n7. readability-identifier-naming: 0\n8. readability-redundant: 0\n9. readability-misleading-indentation: 0\n10. readability-misplaced-array-index: 0\n11. cppcoreguidelines-init-variables: 1\n12. bugprone-suspicious-string-compare: 0\n13. google-global-names-in-headers: 0\n14. clang-diagnostic: 1\n15. clang-analyzer: 0\n16. misc: 8\n17. performance: 4\n18. others: 188\n"}]}]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user