.clang-tidy 418 B

123
  1. # Don't use the C++ new,delete check since it doesn't work with Qt.
  2. # Enable a bunch of modernization checks
  3. Checks: '-clang-analyzer-cplusplus.NewDeleteLeaks,misc-forward-declaration-namespace,modernize-use-auto,modernize-use-nullptr,modernize-redudant-void-arg,readability-inconsistent-declaration-parameter-name,readability-simplify-boolean-expr,readability-container-size-empty,performance-for-range-copy'