Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: dawe <[email protected]>
  • Loading branch information
nojaf and dawedawe authored Oct 17, 2023
1 parent 203ea29 commit 42dbcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/Running during CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ index: 5

# Running analyzers during continuous integration

Similar to unit tests and coding formatting, analyzers are a tool you want to enforce when modifying a code repository.
Similar to unit tests and code formatting, analyzers are a tool you want to enforce when modifying a code repository.
Especially, in the context of a team, you want to ensure everybody is adhering to the warnings produced by analyzers.

## Command line options

Use the `--report` command line argument to produce a [sarif](https://sarifweb.azurewebsites.net/) report json.
Most *CI/CD* system should be able to process this afterwards to capture the reported information by the analyzers.
Most *CI/CD* systems should be able to process this afterwards to capture the reported information by the analyzers.

Example usage:

Expand Down

0 comments on commit 42dbcbe

Please sign in to comment.