Skip to content

Commit 2b28204

Browse files
committed
.clang-tidy: limit misc-override-with-different-visibility warnings to widening
1 parent 0d39b6c commit 2b28204

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ CheckOptions:
8383
value: '0'
8484
- key: modernize-use-trailing-return-type.TransformFunctions
8585
value: false
86+
- key: misc-override-with-different-visibility.DisallowedVisibilityChange
87+
value: widening

0 commit comments

Comments
 (0)