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,