From cbf4552b2f0e96d9ee0f058aeec1d64a82b4caf6 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 21 Nov 2023 14:56:18 -0800 Subject: [PATCH] shell/platform/linux --- shell/platform/linux/key_mapping.h | 1 + shell/platform/linux/testing/mock_text_input_view_delegate.h | 1 + 2 files changed, 2 insertions(+) diff --git a/shell/platform/linux/key_mapping.h b/shell/platform/linux/key_mapping.h index cd425c65288fd..b110430838255 100644 --- a/shell/platform/linux/key_mapping.h +++ b/shell/platform/linux/key_mapping.h @@ -49,6 +49,7 @@ typedef struct { bool mandatory; } LayoutGoal; +// NOLINTNEXTLINE(readability-identifier-naming) extern const std::vector layout_goals; #endif // KEYBOARD_MAP_H_ diff --git a/shell/platform/linux/testing/mock_text_input_view_delegate.h b/shell/platform/linux/testing/mock_text_input_view_delegate.h index 19a32d0f8379a..0f5b2811a2837 100644 --- a/shell/platform/linux/testing/mock_text_input_view_delegate.h +++ b/shell/platform/linux/testing/mock_text_input_view_delegate.h @@ -20,6 +20,7 @@ class MockTextInputViewDelegate { MockTextInputViewDelegate(); ~MockTextInputViewDelegate(); + // NOLINTNEXTLINE(google-explicit-constructor) operator FlTextInputViewDelegate*(); MOCK_METHOD(void,