zeyi2 wrote:

> > Issue: The large ASCII table in 
> > [Integration.rst](https://github.com/llvm/llvm-project/blob/86dc131997af87324887078221e9ac6f6d4d07e4/clang-tools-extra/docs/clang-tidy/Integrations.rst?plain=1#L17)
> >  is difficult to maintain, especially when trying to adhere to the 
> > 80-character line limit. Should we convert it into a list-table or simply 
> > let doc8 ignore this file in the config?
> 
> Are there options to turn off format checking?

Yes, I think it is possible to turn off 80 limit check for this file by 
providing a `doc8.ini` config file or `--ignore-path` in the arguments

https://github.com/llvm/llvm-project/pull/168722
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to