Skip to content

Commit 42dbcbe

Browse files
nojafdawedawe
andauthored
Apply suggestions from code review
Co-authored-by: dawe <[email protected]>
1 parent 203ea29 commit 42dbcbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/Running during CI.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ index: 5
66

77
# Running analyzers during continuous integration
88

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

1212
## Command line options
1313

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

1717
Example usage:
1818

0 commit comments

Comments
 (0)