Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit be9e2c4

Browse files
authored
Finish making shell/platform/linux/... compatible with .clang-tidy. (#48297)
1 parent 94655a2 commit be9e2c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shell/platform/linux/key_mapping.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ typedef struct {
4949
bool mandatory;
5050
} LayoutGoal;
5151

52+
// NOLINTNEXTLINE(readability-identifier-naming)
5253
extern const std::vector<LayoutGoal> layout_goals;
5354

5455
#endif // KEYBOARD_MAP_H_

shell/platform/linux/testing/mock_text_input_view_delegate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class MockTextInputViewDelegate {
2020
MockTextInputViewDelegate();
2121
~MockTextInputViewDelegate();
2222

23+
// NOLINTNEXTLINE(google-explicit-constructor)
2324
operator FlTextInputViewDelegate*();
2425

2526
MOCK_METHOD(void,

0 commit comments

Comments
 (0)