Skip to content

Commit d5b05b7

Browse files
committed
minor wording change in FAQ
1 parent 0435e16 commit d5b05b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/faq.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,11 @@ purification" category: things that cause churn, decrease readability, and
399399
which don't fix actual problems. It's a never-ending cycle because each new
400400
revision of such tooling adds further warnings and purification rites.
401401

402-
So just to be clear: I do not wish to pepper this codebase with ``const_cast``
403-
and ``#pragmas`` or pragma-like comments to avoid warnings in various kinds of
404-
external tooling just so those users can have a "silent" build. I don't think
405-
it is reasonable for them to impose their own style on this project.
402+
So just to have a clear policy: I do not wish to pepper this codebase with
403+
``const_cast`` and ``#pragmas`` or pragma-like comments to avoid warnings in
404+
various kinds of external tooling just so those users can have a "silent"
405+
build. I don't think it is reasonable for them to impose their own style on
406+
this project.
406407

407408
As a workaround it is likely possible to restrict the scope of style checks to
408409
particular C++ namespaces or source code locations.

0 commit comments

Comments
 (0)