Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 815 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 815 Bytes

Contributing

We welcome contributions. If you want to contribute to existing issues, check the help wanted or good first issue items in the backlog.

If you have new ideas or want to complain about bugs, feel free to create a new issue.

Updating SquiggleCop baselines

To update SquiggleCop baselines, run this command and review and commit the results:

dotnet clean && dotnet build /p:PedanticMode=true /p:SquiggleCop_AutoBaseline=true

$(PedanticMode) turns on the CI configuration (e.g. TreatWarningsAsErrors) and $(SquiggleCop_AutoBaseline) automatically accepts the new baseline.