Update clang-tidy configuration and fix some warnings (#1474)

Don't enable coding conventions from unrelated projects. Only enable
generic checks.
This commit is contained in:
Riku Isokoski
2022-12-18 19:14:36 +02:00
committed by GitHub
parent bfedf47d1a
commit afea7ca0d1
24 changed files with 153 additions and 151 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#pragma once
#include <cstdint>
namespace Pinetime {
namespace System {
enum class Messages {
enum class Messages : uint8_t {
GoToSleep,
GoToRunning,
TouchWakeUp,