mirror of https://github.com/zeldaret/botw.git
Disable readability-make-member-function-const
It produces warnings in cases where we explicitly do *not* want to mark a function as const even though it can be, because it is not *logically* const. This is something no automated tool will be able to detect so disable the check to avoid spurious warnings.
This commit is contained in:
parent
8dbd0d7839
commit
5a793566f3
|
@ -38,4 +38,5 @@ readability-*,
|
|||
-readability-uppercase-literal-suffix,
|
||||
-readability-function-cognitive-complexity,
|
||||
-readability-implicit-bool-conversion,
|
||||
-readability-make-member-function-const,
|
||||
-readability-convert-member-functions-to-static'
|
||||
|
|
Loading…
Reference in New Issue