This is sub-issue to implement rule "keep some files in alphabetical format", see https://github.com/llvm/llvm-project/issues/165999. These files are: https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/clang-tidy/checks/list.rst?plain=1 https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/ReleaseNotes.rst?plain=1 It should be a simple python script that we could run as a lit test, like this: https://github.com/llvm/llvm-project/pull/118154