NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
6 stars 4 forks source link

Add cppcoreguidelines-* checks to clang-tidy #522

Open mwaxmonsky opened 2 months ago

mwaxmonsky commented 2 months ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like Updates .clang-tidy with checks: cppcoreguidelines-*,-cppcoreguidelines... where -cppcoreguidelines* are checks to exclude in the cppcoreguidelines family.

Describe alternatives you've considered N/A

Additional context N/A