Checks: 'modernize-use-auto, modernize-use-nullptr, modernize-loop-convert'
CheckOptions:
- key: modernize-loop-convert.MinConfidence
value: safe
I have a configration file like this and want to add -fix
flag to apply possible fixes but I couldn't figure out where exactly place it. Is it possible to add -fix
or -fix-errors
flags to .clang-tidy
file?