[LNT] r349789 - Suppress most common linter warnings: we probably will not fix these, and they are everywhere in the code

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 10:25:46 PST 2018


Author: cmatthews
Date: Thu Dec 20 10:25:45 2018
New Revision: 349789

URL: http://llvm.org/viewvc/llvm-project?rev=349789&view=rev
Log:
Suppress most common linter warnings: we probably will not fix these, and they are everywhere in the code

Modified:
    lnt/trunk/setup.cfg

Modified: lnt/trunk/setup.cfg
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/setup.cfg?rev=349789&r1=349788&r2=349789&view=diff
==============================================================================
--- lnt/trunk/setup.cfg (original)
+++ lnt/trunk/setup.cfg Thu Dec 20 10:25:45 2018
@@ -1,4 +1,4 @@
 [flake8]
-ignore = E712,E402,E711, E266, W605
+ignore = E712,E402,E711, E266, W605, E126, E226, W504
 max-line-length = 120
 count = True
\ No newline at end of file




More information about the llvm-commits mailing list