Skip to content

Use aspect CLI for linting in CI#717

Draft
LittleHuba wants to merge 3 commits into
mainfrom
ulhu_clang_tidy
Draft

Use aspect CLI for linting in CI#717
LittleHuba wants to merge 3 commits into
mainfrom
ulhu_clang_tidy

Conversation

@LittleHuba

Copy link
Copy Markdown
Contributor

This makes the workflow more powerful and less complex at the same time.

This makes the workflow more powerful and less complex at the same time.
GitHub limits uploads to 25000 findings.
We disable the two noisiest checks that make up ~35000 findings.
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

{
value = 42;
}
return value;
{
int UninitializedValueTest(const bool flag)
{
int value;
int value;
if (flag)
{
value = 42;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants