electron/.clang-tidy
David Sanders 08593fd2bd
chore: fix clang-tidy warnings (#38079)
* chore: fix clang-tidy warnings

* refactor: avoid need for NOLINTNEXTLINE
2023-04-26 10:09:54 -04:00

4 lines
67 B
YAML

---
Checks: '-modernize-use-nullptr'
InheritParentConfig: true
...