-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SquiggleCop to baseline analyzer settings (#166)
Add [SquiggleCop](https://github.com/MattKotsenas/SquiggleCop) to baseline the analyzers and their configuration. This intends to prevent accidental changes / regressions to the project, such as #165. Changes made - Add `SquiggleCop.Tasks` and wire into the existing `$(PedanticMode)` to validate baselines - Add `SquiggleCop.Tool` to support ad-hoc baselining / troubleshooting - Update `CONTRIBUTING.md` with re-baselining procedure - Update SDK in `global.json` to latest version and disable rollforward to support reproducible build - Update pipelines to upload SARIF files to aid debugging
- Loading branch information
1 parent
8ae2592
commit e32404f
Showing
10 changed files
with
6,417 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,576 changes: 1,576 additions & 0 deletions
1,576
tests/Moq.Analyzers.Benchmarks/SquiggleCop.Baseline.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,657 changes: 1,657 additions & 0 deletions
1,657
tests/Moq.Analyzers.Test/SquiggleCop.Baseline.yaml
Large diffs are not rendered by default.
Oops, something went wrong.