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

Determine checks to include in clang-tidy scans #508

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 A .clang-tidy listing checks to run across all source files or multiple files to use depending on the context (meaning one config file for source code, another for tests, etc.)

Describe alternatives you've considered Current implementation hard codes checks at command line in workflow file but this is error prone and difficult to update.

Additional context List of current checks supported by clang-tidy