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

Clang-tidy Readability Checks #516

Closed boulderdaze closed 1 month ago

boulderdaze commented 2 months ago

Turn on

Turn off

double k0 = error: variable name 'k0' is too short, expected at least 3 characters

--------------
### Turn off 
 - `readability-named-parameter`: false positive?
micm/include/micm/util/vector_matrix.hpp:167:50: error: all parameters should be named in a function 
```c++
  167 |     VectorMatrix(const std::vector<std::vector<T>> &other)
      |                                                  ^
      |                                                   /*unused*/