Skip to content

Commit 150a58b

Browse files
committed
[clang-tidy][DOC] Update list.rst
Update list.rst to put checks in alphabetical order
1 parent 39a1b28 commit 150a58b

File tree

1 file changed

+1
-1
lines changed
  • clang-tools-extra/docs/clang-tidy/checks

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/list.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ Clang-Tidy Checks
355355
:doc:`readability-identifier-length <readability/identifier-length>`,
356356
:doc:`readability-identifier-naming <readability/identifier-naming>`, "Yes"
357357
:doc:`readability-implicit-bool-conversion <readability/implicit-bool-conversion>`, "Yes"
358-
:doc:`readability-redundant-inline-specifier <readability/redundant-inline-specifier>`, "Yes"
359358
:doc:`readability-inconsistent-declaration-parameter-name <readability/inconsistent-declaration-parameter-name>`, "Yes"
360359
:doc:`readability-isolate-declaration <readability/isolate-declaration>`, "Yes"
361360
:doc:`readability-magic-numbers <readability/magic-numbers>`,
@@ -371,6 +370,7 @@ Clang-Tidy Checks
371370
:doc:`readability-redundant-control-flow <readability/redundant-control-flow>`, "Yes"
372371
:doc:`readability-redundant-declaration <readability/redundant-declaration>`, "Yes"
373372
:doc:`readability-redundant-function-ptr-dereference <readability/redundant-function-ptr-dereference>`, "Yes"
373+
:doc:`readability-redundant-inline-specifier <readability/redundant-inline-specifier>`, "Yes"
374374
:doc:`readability-redundant-member-init <readability/redundant-member-init>`, "Yes"
375375
:doc:`readability-redundant-preprocessor <readability/redundant-preprocessor>`,
376376
:doc:`readability-redundant-smartptr-get <readability/redundant-smartptr-get>`, "Yes"

0 commit comments

Comments
 (0)