nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
41.46k stars 6.59k forks source link

Add to CONTRIBUTING.md that `make pretty` is required for test updates. #4045

Closed gregmarr closed 1 year ago

gregmarr commented 1 year ago

Add to CONTRIBUTING.md that make pretty is required for test updates, as not doing so will result in a failure in the amalgamation check.

Pull request checklist

coveralls commented 1 year ago

Coverage Status

coverage: 100.0%. remained the same when pulling 3128faed715b74ed0173bf87d31395b9862b92de on gregmarr:patch-1 into a0c1318830519eac027a31edec1a99ce1ae5670e on nlohmann:develop.

nlohmann commented 1 year ago

Oof, Clang-Tidy again has some complaints... I'll check before merging this.

gregmarr commented 1 year ago

The clang-tidy complaints are in files not touched by this PR.

nlohmann commented 1 year ago

Thanks a lot!