[PATCH] D112607: [LNT] Refactored plot_parameters

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 02:18:24 PDT 2021


thopre added a comment.

Still have the following when running tox:

  ./lnt/server/ui/views.py:852:13: E128 continuation line under-indented for visual indent
  ./lnt/server/ui/views.py:880:28: E127 continuation line over-indented for visual indent
  ./lnt/server/ui/views.py:903:28: E127 continuation line over-indented for visual indent
  2     E127 continuation line over-indented for visual indent
  1     E128 continuation line under-indented for visual indent


Repository:
  rLNT LNT

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112607/new/

https://reviews.llvm.org/D112607



More information about the llvm-commits mailing list