aboutsummaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-18 22:13:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-18 22:13:46 +0000
commit30c00556ad8a5c6b6719589948bfda4e9f324b8d (patch)
tree7aa355fd0b89ec0b2611e17ee84a14c6fa449e22 /pylintrc
parent8e521e2ea589b4cafb788330f83037a0413f200a (diff)
parentf635a4c50514783b67549770dee0c53c9fa0c773 (diff)
downloadlibyuv-androidx-core-animation-release.tar.gz
Merge "Snap for 11735041 from 488a2af021e3e7473f083a9435b1472c0d411f3d to androidx-core-animation-release" into androidx-core-animation-releaseandroidx-core-animation-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=' '