mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 09:47:01 -04:00
chore(render_manpage): disable readability checks
This commit is contained in:
parent
e8a2cfc916
commit
129f4566a3
@ -293,6 +293,8 @@ class ManpageRenderer(mistletoe.base_renderer.BaseRenderer):
|
||||
|
||||
namespace dwarfs::tool::manpage {
|
||||
|
||||
// NOLINTBEGIN(readability-*)
|
||||
|
||||
namespace {
|
||||
"""
|
||||
ctx = RenderContext()
|
||||
@ -310,6 +312,8 @@ namespace {
|
||||
rv += f"""}}}};
|
||||
}} // namespace
|
||||
|
||||
// NOLINTEND(readability-*)
|
||||
|
||||
document get_{self.__document_name}_manpage() {{ return document_array; }}
|
||||
|
||||
}} // namespace dwarfs::tool::manpage
|
||||
|
Loading…
x
Reference in New Issue
Block a user