aboutsummaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-16 20:57:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-10-16 20:57:47 +0000
commit1c665826e3152bbd813589d1f3bb4a99fc6efa59 (patch)
tree71d20d87f6b82890c1503ea80ea32a8d1b54bb20 /pylintrc
parentac4ba98919a3c39db7f5e4f5da14111c0f5c8304 (diff)
parent72f33a7826d20b44df3f1148e2bc2bb79ed69b0f (diff)
downloadlibyuv-1c665826e3152bbd813589d1f3bb4a99fc6efa59.tar.gz
Merge "Snap for 10957012 from 245ce73206dfb52cc8da7f1138f0520daea54b1c to simpleperf-release" into simpleperf-release
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
new file mode 100644
index 00000000..b8bea334
--- /dev/null
+++ b/pylintrc
@@ -0,0 +1,17 @@
+[MESSAGES CONTROL]
+
+# Disable the message, report, category or checker with the given id(s).
+# TODO(kjellander): Reduce this list to as small as possible.
+disable=I0010,I0011,bad-continuation,broad-except,duplicate-code,eval-used,exec-used,fixme,invalid-name,missing-docstring,no-init,no-member,too-few-public-methods,too-many-ancestors,too-many-arguments,too-many-branches,too-many-function-args,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-return-statements,too-many-statements
+
+
+[REPORTS]
+
+# Don't write out full reports, just messages.
+reports=no
+
+
+[FORMAT]
+
+# We use two spaces for indents, instead of the usual four spaces or tab.
+indent-string=' '