aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Matthews <cmatthews5@apple.com>2018-12-20 18:25:45 +0000
committerChris Matthews <cmatthews5@apple.com>2018-12-20 18:25:45 +0000
commit0bdd4f62270e08485f86be2686d7fa70bf54e123 (patch)
tree36ba9df219e90dd895c8e1f04abc31ae2aaae5b4
parent531f1cf6ccc38bd2d07c24a47857ed89896860fa (diff)
Suppress most common linter warnings: we probably will not fix these, and they are everywhere in the code
git-svn-id: https://llvm.org/svn/llvm-project/lnt/trunk@349789 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 43e6113..56afb0b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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