File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ index: 5
6
6
7
7
# Running analyzers during continuous integration
8
8
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.
10
10
Especially, in the context of a team, you want to ensure everybody is adhering to the warnings produced by analyzers.
11
11
12
12
## Command line options
13
13
14
14
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.
16
16
17
17
Example usage:
18
18
You can’t perform that action at this time.
0 commit comments