File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,3 +77,5 @@ CheckOptions:
7777 value : ' 1'
7878 - key : readability-simplify-boolean-expr.SimplifyDeMorgan
7979 value : ' 0'
80+ - key : modernize-use-trailing-return-type.TransformFunctions
81+ value : false
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ These are coding guidelines we do not follow. Some of the checks might be explic
3333
3434` readability-braces-around-statements ` <br />
3535` readability-isolate-declaration ` <br />
36- ` modernize-use-trailing-return-type ` <br />
3736` readability-uppercase-literal-suffix ` <br />
3837` readability-identifier-length ` <br />
3938
@@ -126,6 +125,7 @@ We run this separately via `clang-include-cleaner` in the `iwyu.yml` workflow as
126125` readability-avoid-nested-conditional-operator ` <br />
127126` modernize-use-designated-initializers ` <br />
128127` readability-enum-initial-value ` <br />
128+ ` modernize-use-trailing-return-type ` <br />
129129
130130To be evaluated (need to remove exclusion).
131131
You can’t perform that action at this time.
0 commit comments