SYCL: Avoid using no_init read accessor in rocFFT
[alexxy/gromacs.git] / src / gromacs / listed_forces / tests / .clang-tidy
1 # List of rationales for check suppressions (where known).
2 # This have to precede the list because inline comments are not
3 # supported by clang-tidy.
4 #
5 #         -cppcoreguidelines-avoid-non-const-global-variables
6 # There are quite a lot of static variables in the test code that
7 # can not be replaced.
8 Checks:  -cppcoreguidelines-avoid-non-const-global-variables,
9 InheritParentConfig: true