clang-tidy: Temporarily ignore refactored files
The phosphor-power-supply application is being refactored to support
multiple-chassis systems. During the refactoring some of the code
changes will temporarily not pass clang-tidy checks.
Temporarily disable clang-tidy on those files until the refactoring has
stabilized.
Change-Id: I564aa4ba64115007a71a25f5e696fa09ed3ddf24
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com>
diff --git a/.clang-tidy-ignore b/.clang-tidy-ignore
new file mode 100644
index 0000000..ce3cb5b
--- /dev/null
+++ b/.clang-tidy-ignore
@@ -0,0 +1,6 @@
+phosphor-power-supply/chassis.cpp
+phosphor-power-supply/chassis.hpp
+phosphor-power-supply/chassis_manager.cpp
+phosphor-power-supply/chassis_manager.hpp
+phosphor-power-supply/power_supply.cpp
+phosphor-power-supply/power_supply.hpp