srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
0e2d5656
6e43f4d1
meta/clang-tidy: Enable readability-avoid-const-params-in-decls
inline
split
.clang-tidy
added: 5, removed: 4, total 1
@@ -40,6 +40,7 @@ Checks: >
misc-*,
modernize-*,
performance-*,
readability-avoid-const-params-in-decls,
readability-container-size-empty,
readability-duplicate-include,
readability-identifier-naming,
layout/layout_box.h
added: 5, removed: 4, total 1
@@ -99,8 +99,8 @@ inline std::vector<LayoutBox const *> dom_children(LayoutBox const &node) {
// TODO(robinlinden): This should be internal.
int to_px(std::string_view property,
int const font_size,
int const root_font_size,
int font_size,
int root_font_size,
std::optional<int> parent_property_value = std::nullopt);
} // namespace layout