]> git.ipfire.org Git - thirdparty/pdns.git/blob - .clang-tidy.full
Merge pull request #14078 from rgacogne/ddist-harvest-quic
[thirdparty/pdns.git] / .clang-tidy.full
1 ---
2 Checks: 'clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-*,bugprone-*,concurrency-*,modernize-*,performance-*,portability-*,readability-*,-modernize-use-trailing-return-type,-readability-magic-numbers,-cppcoreguidelines-avoid-magic-numbers,-cppcoreguidelines-pro-type-union-access,-cppcoreguidelines-avoid-non-const-global-variables,-cppcoreguidelines-pro-type-vararg,-cppcoreguidelines-avoid-do-while,-cppcoreguidelines-avoid-const-or-ref-data-members'
3 WarningsAsErrors: ''
4 HeaderFilterRegex: ''
5 AnalyzeTemporaryDtors: false
6 FormatStyle: none
7 User: fred
8 CheckOptions:
9 - key: readability-suspicious-call-argument.PrefixSimilarAbove
10 value: '30'
11 - key: cppcoreguidelines-no-malloc.Reallocations
12 value: '::realloc'
13 - key: cppcoreguidelines-owning-memory.LegacyResourceConsumers
14 value: '::free;::realloc;::freopen;::fclose'
15 - key: bugprone-reserved-identifier.Invert
16 value: 'false'
17 - key: bugprone-narrowing-conversions.PedanticMode
18 value: 'false'
19 - key: bugprone-unused-return-value.CheckedFunctions
20 value: '::std::async;::std::launder;::std::remove;::std::remove_if;::std::unique;::std::unique_ptr::release;::std::basic_string::empty;::std::vector::empty;::std::back_inserter;::std::distance;::std::find;::std::find_if;::std::inserter;::std::lower_bound;::std::make_pair;::std::map::count;::std::map::find;::std::map::lower_bound;::std::multimap::equal_range;::std::multimap::upper_bound;::std::set::count;::std::set::find;::std::setfill;::std::setprecision;::std::setw;::std::upper_bound;::std::vector::at;::bsearch;::ferror;::feof;::isalnum;::isalpha;::isblank;::iscntrl;::isdigit;::isgraph;::islower;::isprint;::ispunct;::isspace;::isupper;::iswalnum;::iswprint;::iswspace;::isxdigit;::memchr;::memcmp;::strcmp;::strcoll;::strncmp;::strpbrk;::strrchr;::strspn;::strstr;::wcscmp;::access;::bind;::connect;::difftime;::dlsym;::fnmatch;::getaddrinfo;::getopt;::htonl;::htons;::iconv_open;::inet_addr;::isascii;::isatty;::mmap;::newlocale;::openat;::pathconf;::pthread_equal;::pthread_getspecific;::pthread_mutex_trylock;::readdir;::readlink;::recvmsg;::regexec;::scandir;::semget;::setjmp;::shm_open;::shmget;::sigismember;::strcasecmp;::strsignal;::ttyname'
21 - key: modernize-use-auto.MinTypeNameLength
22 value: '5'
23 - key: cppcoreguidelines-macro-usage.CheckCapsOnly
24 value: 'false'
25 - key: readability-inconsistent-declaration-parameter-name.Strict
26 value: 'false'
27 - key: readability-suspicious-call-argument.DiceDissimilarBelow
28 value: '60'
29 - key: readability-suspicious-call-argument.Equality
30 value: 'true'
31 - key: bugprone-easily-swappable-parameters.QualifiersMix
32 value: 'false'
33 - key: bugprone-suspicious-string-compare.WarnOnImplicitComparison
34 value: 'true'
35 - key: bugprone-argument-comment.CommentNullPtrs
36 value: '0'
37 - key: cppcoreguidelines-narrowing-conversions.WarnOnFloatingPointNarrowingConversion
38 value: 'true'
39 - key: cppcoreguidelines-init-variables.IncludeStyle
40 value: llvm
41 - key: modernize-use-nodiscard.ReplacementString
42 value: '[[nodiscard]]'
43 - key: modernize-loop-convert.MakeReverseRangeHeader
44 value: ''
45 - key: readability-suspicious-call-argument.SuffixSimilarAbove
46 value: '30'
47 - key: cppcoreguidelines-narrowing-conversions.WarnOnIntegerNarrowingConversion
48 value: 'true'
49 - key: bugprone-easily-swappable-parameters.IgnoredParameterNames
50 value: '"";iterator;Iterator;begin;Begin;end;End;first;First;last;Last;lhs;LHS;rhs;RHS'
51 - key: modernize-loop-convert.UseCxx20ReverseRanges
52 value: 'true'
53 - key: cppcoreguidelines-prefer-member-initializer.UseAssignment
54 value: 'false'
55 - key: performance-type-promotion-in-math-fn.IncludeStyle
56 value: llvm
57 - key: readability-function-cognitive-complexity.DescribeBasicIncrements
58 value: 'true'
59 - key: bugprone-suspicious-include.ImplementationFileExtensions
60 value: 'c;cc;cpp;cxx'
61 - key: modernize-loop-convert.MakeReverseRangeFunction
62 value: ''
63 - key: readability-inconsistent-declaration-parameter-name.IgnoreMacros
64 value: 'true'
65 - key: bugprone-suspicious-missing-comma.SizeThreshold
66 value: '5'
67 - key: readability-identifier-naming.IgnoreFailedSplit
68 value: 'false'
69 - key: readability-qualified-auto.AddConstToQualified
70 value: 'true'
71 - key: bugprone-sizeof-expression.WarnOnSizeOfThis
72 value: 'true'
73 - key: bugprone-string-constructor.WarnOnLargeLength
74 value: 'true'
75 - key: cppcoreguidelines-explicit-virtual-functions.OverrideSpelling
76 value: override
77 - key: readability-uppercase-literal-suffix.IgnoreMacros
78 value: 'true'
79 - key: modernize-make-shared.IgnoreMacros
80 value: 'true'
81 - key: bugprone-dynamic-static-initializers.HeaderFileExtensions
82 value: ';h;hh;hpp;hxx'
83 - key: bugprone-suspicious-enum-usage.StrictMode
84 value: 'false'
85 - key: performance-unnecessary-copy-initialization.AllowedTypes
86 value: ''
87 - key: bugprone-suspicious-missing-comma.MaxConcatenatedTokens
88 value: '5'
89 - key: modernize-use-transparent-functors.SafeMode
90 value: 'false'
91 - key: readability-suspicious-call-argument.Levenshtein
92 value: 'true'
93 - key: bugprone-not-null-terminated-result.WantToUseSafeFunctions
94 value: 'true'
95 - key: bugprone-string-constructor.LargeLengthThreshold
96 value: '8388608'
97 - key: readability-simplify-boolean-expr.ChainedConditionalAssignment
98 value: 'false'
99 - key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues
100 value: 'false'
101 - key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField
102 value: 'false'
103 - key: bugprone-exception-escape.FunctionsThatShouldNotThrow
104 value: ''
105 - key: performance-inefficient-vector-operation.EnableProto
106 value: 'false'
107 - key: modernize-make-shared.MakeSmartPtrFunction
108 value: 'std::make_shared'
109 - key: modernize-loop-convert.MaxCopySize
110 value: '16'
111 - key: readability-suspicious-call-argument.PrefixDissimilarBelow
112 value: '25'
113 - key: readability-function-size.LineThreshold
114 value: '4294967295'
115 - key: bugprone-easily-swappable-parameters.MinimumLength
116 value: '4'
117 - key: portability-simd-intrinsics.Suggest
118 value: 'false'
119 - key: cppcoreguidelines-pro-bounds-constant-array-index.GslHeader
120 value: ''
121 - key: modernize-use-override.IgnoreDestructors
122 value: 'false'
123 - key: modernize-make-shared.MakeSmartPtrFunctionHeader
124 value: '<memory>'
125 - key: bugprone-sizeof-expression.WarnOnSizeOfConstant
126 value: 'true'
127 - key: readability-redundant-string-init.StringNames
128 value: '::std::basic_string_view;::std::basic_string'
129 - key: modernize-make-unique.IgnoreDefaultInitialization
130 value: 'true'
131 - key: modernize-use-emplace.ContainersWithPushBack
132 value: '::std::vector;::std::list;::std::deque'
133 - key: readability-magic-numbers.IgnoreBitFieldsWidths
134 value: 'true'
135 - key: modernize-make-unique.IncludeStyle
136 value: llvm
137 - key: modernize-use-override.OverrideSpelling
138 value: override
139 - key: readability-suspicious-call-argument.LevenshteinDissimilarBelow
140 value: '50'
141 - key: bugprone-argument-comment.CommentStringLiterals
142 value: '0'
143 - key: concurrency-mt-unsafe.FunctionSet
144 value: any
145 - key: google-readability-braces-around-statements.ShortStatementLines
146 value: '1'
147 - key: bugprone-reserved-identifier.AllowedIdentifiers
148 value: ''
149 - key: cppcoreguidelines-pro-type-member-init.IgnoreArrays
150 value: 'false'
151 - key: readability-else-after-return.WarnOnUnfixable
152 value: 'true'
153 - key: cppcoreguidelines-avoid-magic-numbers.IgnoredFloatingPointValues
154 value: '1.0;100.0;'
155 - key: modernize-use-emplace.IgnoreImplicitConstructors
156 value: 'false'
157 - key: cppcoreguidelines-macro-usage.IgnoreCommandLineMacros
158 value: 'true'
159 - key: readability-suspicious-call-argument.Substring
160 value: 'true'
161 - key: modernize-use-equals-delete.IgnoreMacros
162 value: 'true'
163 - key: cppcoreguidelines-pro-bounds-constant-array-index.IncludeStyle
164 value: llvm
165 - key: readability-magic-numbers.IgnoreAllFloatingPointValues
166 value: 'false'
167 - key: readability-suspicious-call-argument.Abbreviations
168 value: 'arr=array;cnt=count;idx=index;src=source;stmt=statement;cpy=copy;dest=destination;dist=distancedst=distance;ptr=pointer;wdth=width;str=string;ln=line;srv=server;attr=attribute;ref=reference;buf=buffer;col=column;nr=number;vec=vector;len=length;elem=element;val=value;i=index;var=variable;hght=height;cl=client;num=number;pos=position;lst=list;addr=address'
169 - key: bugprone-misplaced-widening-cast.CheckImplicitCasts
170 value: 'false'
171 - key: readability-uppercase-literal-suffix.NewSuffixes
172 value: ''
173 - key: modernize-loop-convert.MinConfidence
174 value: reasonable
175 - key: performance-unnecessary-value-param.AllowedTypes
176 value: ''
177 - key: readability-uniqueptr-delete-release.PreferResetCall
178 value: 'false'
179 - key: cppcoreguidelines-avoid-magic-numbers.IgnorePowersOf2IntegerValues
180 value: 'false'
181 - key: google-readability-namespace-comments.SpacesBeforeComments
182 value: '2'
183 - key: cppcoreguidelines-avoid-magic-numbers.IgnoreBitFieldsWidths
184 value: 'true'
185 - key: cppcoreguidelines-avoid-magic-numbers.IgnoredIntegerValues
186 value: '1;2;3;4;'
187 - key: cppcoreguidelines-no-malloc.Allocations
188 value: '::malloc;::calloc'
189 - key: bugprone-narrowing-conversions.IgnoreConversionFromTypes
190 value: ''
191 - key: readability-function-size.BranchThreshold
192 value: '4294967295'
193 - key: bugprone-suspicious-missing-comma.RatioThreshold
194 value: '0.200000'
195 - key: readability-implicit-bool-conversion.AllowIntegerConditions
196 value: 'false'
197 - key: readability-function-size.StatementThreshold
198 value: '800'
199 - key: readability-identifier-naming.IgnoreMainLikeFunctions
200 value: 'false'
201 - key: cppcoreguidelines-init-variables.MathHeader
202 value: '<math.h>'
203 - key: google-readability-function-size.StatementThreshold
204 value: '800'
205 - key: bugprone-reserved-identifier.AggressiveDependentMemberLookup
206 value: 'false'
207 - key: readability-suspicious-call-argument.DiceSimilarAbove
208 value: '70'
209 - key: modernize-use-equals-default.IgnoreMacros
210 value: 'true'
211 - key: readability-suspicious-call-argument.Abbreviation
212 value: 'true'
213 - key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor
214 value: 'false'
215 - key: modernize-use-emplace.SmartPointers
216 value: '::std::shared_ptr;::std::unique_ptr;::std::auto_ptr;::std::weak_ptr'
217 - key: cppcoreguidelines-no-malloc.Deallocations
218 value: '::free'
219 - key: bugprone-dangling-handle.HandleClasses
220 value: 'std::basic_string_view;std::experimental::basic_string_view'
221 - key: readability-magic-numbers.IgnorePowersOf2IntegerValues
222 value: 'false'
223 - key: readability-suspicious-call-argument.JaroWinklerSimilarAbove
224 value: '85'
225 - key: readability-simplify-subscript-expr.Types
226 value: '::std::basic_string;::std::basic_string_view;::std::vector;::std::array'
227 - key: performance-unnecessary-copy-initialization.ExcludedContainerTypes
228 value: ''
229 - key: modernize-replace-auto-ptr.IncludeStyle
230 value: llvm
231 - key: performance-move-const-arg.CheckTriviallyCopyableMove
232 value: 'true'
233 - key: readability-static-accessed-through-instance.NameSpecifierNestingThreshold
234 value: '3'
235 - key: readability-function-size.VariableThreshold
236 value: '4294967295'
237 - key: cert-dcl16-c.NewSuffixes
238 value: 'L;LL;LU;LLU'
239 - key: bugprone-narrowing-conversions.WarnOnFloatingPointNarrowingConversion
240 value: 'true'
241 - key: readability-identifier-naming.GetConfigPerFile
242 value: 'true'
243 - key: modernize-use-default-member-init.UseAssignment
244 value: 'false'
245 - key: readability-function-size.NestingThreshold
246 value: '4294967295'
247 - key: modernize-use-override.AllowOverrideAndFinal
248 value: 'false'
249 - key: cppcoreguidelines-narrowing-conversions.IgnoreConversionFromTypes
250 value: ''
251 - key: readability-function-size.ParameterThreshold
252 value: '4294967295'
253 - key: modernize-pass-by-value.ValuesOnly
254 value: 'false'
255 - key: readability-function-cognitive-complexity.IgnoreMacros
256 value: 'true'
257 - key: modernize-loop-convert.IncludeStyle
258 value: llvm
259 - key: cert-str34-c.DiagnoseSignedUnsignedCharComparisons
260 value: 'false'
261 - key: bugprone-narrowing-conversions.WarnWithinTemplateInstantiation
262 value: 'false'
263 - key: bugprone-suspicious-string-compare.WarnOnLogicalNotComparison
264 value: 'false'
265 - key: cppcoreguidelines-explicit-virtual-functions.AllowOverrideAndFinal
266 value: 'false'
267 - key: readability-redundant-smartptr-get.IgnoreMacros
268 value: 'true'
269 - key: readability-identifier-naming.AggressiveDependentMemberLookup
270 value: 'false'
271 - key: modernize-use-emplace.TupleTypes
272 value: '::std::pair;::std::tuple'
273 - key: modernize-use-emplace.TupleMakeFunctions
274 value: '::std::make_pair;::std::make_tuple'
275 - key: cppcoreguidelines-owning-memory.LegacyResourceProducers
276 value: '::malloc;::aligned_alloc;::realloc;::calloc;::fopen;::freopen;::tmpfile'
277 - key: bugprone-easily-swappable-parameters.SuppressParametersUsedTogether
278 value: 'true'
279 - key: bugprone-argument-comment.StrictMode
280 value: '0'
281 - key: modernize-replace-random-shuffle.IncludeStyle
282 value: llvm
283 - key: modernize-use-bool-literals.IgnoreMacros
284 value: 'true'
285 - key: bugprone-unhandled-self-assignment.WarnOnlyIfThisHasSuspiciousField
286 value: 'true'
287 - key: google-readability-namespace-comments.ShortNamespaceLines
288 value: '10'
289 - key: bugprone-suspicious-string-compare.StringCompareLikeFunctions
290 value: ''
291 - key: modernize-avoid-bind.PermissiveParameterList
292 value: 'false'
293 - key: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityTreshold
294 value: '1'
295 - key: readability-suspicious-call-argument.Suffix
296 value: 'true'
297 - key: readability-suspicious-call-argument.JaroWinklerDissimilarBelow
298 value: '75'
299 - key: modernize-use-noexcept.ReplacementString
300 value: ''
301 - key: modernize-use-override.FinalSpelling
302 value: final
303 - key: modernize-use-using.IgnoreMacros
304 value: 'true'
305 - key: cppcoreguidelines-explicit-virtual-functions.FinalSpelling
306 value: final
307 - key: readability-suspicious-call-argument.MinimumIdentifierNameLength
308 value: '3'
309 - key: bugprone-narrowing-conversions.WarnOnIntegerNarrowingConversion
310 value: 'true'
311 - key: modernize-loop-convert.NamingStyle
312 value: CamelCase
313 - key: cppcoreguidelines-pro-type-member-init.UseAssignment
314 value: 'false'
315 - key: bugprone-suspicious-include.HeaderFileExtensions
316 value: ';h;hh;hpp;hxx'
317 - key: performance-no-automatic-move.AllowedTypes
318 value: ''
319 - key: readability-suspicious-call-argument.SubstringDissimilarBelow
320 value: '40'
321 - key: bugprone-argument-comment.CommentIntegerLiterals
322 value: '0'
323 - key: performance-for-range-copy.WarnOnAllAutoCopies
324 value: 'false'
325 - key: modernize-pass-by-value.IncludeStyle
326 value: llvm
327 - key: bugprone-argument-comment.CommentFloatLiterals
328 value: '0'
329 - key: bugprone-too-small-loop-variable.MagnitudeBitsUpperLimit
330 value: '16'
331 - key: readability-simplify-boolean-expr.ChainedConditionalReturn
332 value: 'false'
333 - key: readability-else-after-return.WarnOnConditionVariables
334 value: 'true'
335 - key: modernize-use-nullptr.NullMacros
336 value: 'NULL'
337 - key: readability-suspicious-call-argument.SuffixDissimilarBelow
338 value: '25'
339 - key: bugprone-argument-comment.CommentCharacterLiterals
340 value: '0'
341 - key: cppcoreguidelines-macro-usage.AllowedRegexp
342 value: '^DEBUG_*'
343 - key: readability-suspicious-call-argument.LevenshteinSimilarAbove
344 value: '66'
345 - key: cppcoreguidelines-narrowing-conversions.PedanticMode
346 value: 'false'
347 - key: modernize-make-shared.IgnoreDefaultInitialization
348 value: 'true'
349 - key: readability-suspicious-call-argument.JaroWinkler
350 value: 'true'
351 - key: bugprone-implicit-widening-of-multiplication-result.UseCXXHeadersInCppSources
352 value: 'true'
353 - key: modernize-make-shared.IncludeStyle
354 value: llvm
355 - key: readability-suspicious-call-argument.Prefix
356 value: 'true'
357 - key: cppcoreguidelines-special-member-functions.AllowMissingMoveFunctions
358 value: 'false'
359 - key: bugprone-implicit-widening-of-multiplication-result.UseCXXStaticCastsInCppSources
360 value: 'true'
361 - key: bugprone-signed-char-misuse.CharTypdefsToIgnore
362 value: ''
363 - key: cppcoreguidelines-explicit-virtual-functions.IgnoreDestructors
364 value: 'true'
365 - key: modernize-make-unique.IgnoreMacros
366 value: 'true'
367 - key: performance-for-range-copy.AllowedTypes
368 value: ''
369 - key: bugprone-argument-comment.CommentBoolLiterals
370 value: '0'
371 - key: readability-braces-around-statements.ShortStatementLines
372 value: '0'
373 - key: bugprone-argument-comment.CommentUserDefinedLiterals
374 value: '0'
375 - key: readability-magic-numbers.IgnoredFloatingPointValues
376 value: '1.0;100.0;'
377 - key: readability-implicit-bool-conversion.AllowPointerConditions
378 value: 'false'
379 - key: performance-inefficient-string-concatenation.StrictMode
380 value: 'false'
381 - key: bugprone-easily-swappable-parameters.IgnoredParameterTypeSuffixes
382 value: 'bool;Bool;_Bool;it;It;iterator;Iterator;inputit;InputIt;forwardit;FowardIt;bidirit;BidirIt;constiterator;const_iterator;Const_Iterator;Constiterator;ConstIterator;RandomIt;randomit;random_iterator;ReverseIt;reverse_iterator;reverse_const_iterator;ConstReverseIterator;Const_Reverse_Iterator;const_reverse_iterator;Constreverseiterator;constreverseiterator'
383 - key: modernize-make-unique.MakeSmartPtrFunction
384 value: 'std::make_unique'
385 - key: readability-redundant-declaration.IgnoreMacros
386 value: 'true'
387 - key: portability-restrict-system-includes.Includes
388 value: '*'
389 - key: modernize-make-unique.MakeSmartPtrFunctionHeader
390 value: '<memory>'
391 - key: bugprone-signal-handler.AsyncSafeFunctionSet
392 value: POSIX
393 - key: bugprone-easily-swappable-parameters.ModelImplicitConversions
394 value: 'true'
395 - key: readability-suspicious-call-argument.SubstringSimilarAbove
396 value: '50'
397 - key: cppcoreguidelines-narrowing-conversions.WarnWithinTemplateInstantiation
398 value: 'false'
399 - key: cppcoreguidelines-narrowing-conversions.WarnOnEquivalentBitWidth
400 value: 'true'
401 - key: cppcoreguidelines-non-private-member-variables-in-classes.IgnorePublicMemberVariables
402 value: 'false'
403 - key: cppcoreguidelines-special-member-functions.AllowMissingMoveFunctionsWhenCopyIsDeleted
404 value: 'false'
405 - key: modernize-use-noexcept.UseNoexceptFalse
406 value: 'true'
407 - key: readability-function-cognitive-complexity.Threshold
408 value: '75'
409 - key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
410 value: 'true'
411 - key: bugprone-argument-comment.IgnoreSingleArgument
412 value: '0'
413 - key: bugprone-narrowing-conversions.WarnOnEquivalentBitWidth
414 value: 'true'
415 - key: bugprone-sizeof-expression.WarnOnSizeOfIntegerExpression
416 value: 'false'
417 - key: performance-faster-string-find.StringLikeClasses
418 value: '::std::basic_string;::std::basic_string_view'
419 - key: bugprone-assert-side-effect.CheckFunctionCalls
420 value: 'false'
421 - key: bugprone-string-constructor.StringNames
422 value: '::std::basic_string;::std::basic_string_view'
423 - key: bugprone-assert-side-effect.AssertMacros
424 value: assert,NSAssert,NSCAssert
425 - key: bugprone-exception-escape.IgnoredExceptions
426 value: ''
427 - key: bugprone-signed-char-misuse.DiagnoseSignedUnsignedCharComparisons
428 value: 'true'
429 - key: modernize-use-default-member-init.IgnoreMacros
430 value: 'true'
431 - key: llvm-qualified-auto.AddConstToQualified
432 value: 'false'
433 - key: llvm-else-after-return.WarnOnConditionVariables
434 value: 'false'
435 - key: bugprone-sizeof-expression.WarnOnSizeOfCompareToConstant
436 value: 'true'
437 - key: modernize-raw-string-literal.DelimiterStem
438 value: lit
439 - key: readability-suspicious-call-argument.Dice
440 value: 'true'
441 - key: modernize-raw-string-literal.ReplaceShorterLiterals
442 value: 'false'
443 - key: readability-magic-numbers.IgnoredIntegerValues
444 value: '1;2;3;4;'
445 - key: performance-inefficient-vector-operation.VectorLikeClasses
446 value: '::std::vector'
447 - key: modernize-use-auto.RemoveStars
448 value: 'false'
449 - key: bugprone-implicit-widening-of-multiplication-result.IncludeStyle
450 value: llvm
451 - key: portability-simd-intrinsics.Std
452 value: ''
453 - key: performance-unnecessary-value-param.IncludeStyle
454 value: llvm
455 - key: readability-redundant-member-init.IgnoreBaseInCopyConstructors
456 value: 'false'
457 - key: modernize-replace-disallow-copy-and-assign-macro.MacroName
458 value: DISALLOW_COPY_AND_ASSIGN
459 - key: llvm-else-after-return.WarnOnUnfixable
460 value: 'false'
461 ...