| Issue |
167098
|
| Summary |
[clang-tidy][docs] Fix trailing whitespaces and lines longer than 80 characters
|
| Labels |
clang-tidy
|
| Assignees |
|
| Reporter |
zeyi2
|
Some documents of `clang-tidy` contains trailing whitespaces or lines longer than 80 characters.
- An example of trailing whitespace: [link](https://github.com/llvm/llvm-project/blob/6c12623d621e4226af9e39a426277730da366b55/clang-tools-extra/docs/clang-tidy/checks/boost/use-ranges.rst?plain=1#L149C1-L149C3)
- An example of lines longer than 80 characters: [link](https://github.com/llvm/llvm-project/blob/6c12623d621e4226af9e39a426277730da366b55/clang-tools-extra/docs/clang-tidy/checks/abseil/duration-division.rst?plain=1#L8)
Currently, there are 33 files with trailing whitespaces and 343 files with lines > 80 chars.
We also need some automation (e.g. A lit test). This will act as a regression guard and ensure new contributions adhere to the standards.
This effort can be part of the broader documentation improvement goals tracked in issue #165999.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs