[LNT] r349111 - Seems like a lot of E266 in the lit test cases, disable that

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 16:28:21 PST 2018


Author: cmatthews
Date: Thu Dec 13 16:28:20 2018
New Revision: 349111

URL: http://llvm.org/viewvc/llvm-project?rev=349111&view=rev
Log:
Seems like a lot of E266 in the lit test cases, disable that

Modified:
    lnt/trunk/setup.cfg

Modified: lnt/trunk/setup.cfg
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/setup.cfg?rev=349111&r1=349110&r2=349111&view=diff
==============================================================================
--- lnt/trunk/setup.cfg (original)
+++ lnt/trunk/setup.cfg Thu Dec 13 16:28:20 2018
@@ -1,3 +1,4 @@
 [flake8]
-ignore = E712,E402,E711
+ignore = E712,E402,E711, E266
 max-line-length = 120
+count = True
\ No newline at end of file




More information about the llvm-commits mailing list