Ai
2 Star 0 Fork 0

chromium_develop/chromium_tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pylintrc 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
李想 提交于 2022-08-16 16:29 +08:00 . chromium origin init
[MESSAGES CONTROL]
# Disable the message, report, category or checker with the given id(s).
# TODO(perf-owners): Reduce this list to as small as possible.
disable=
abstract-class-little-used,
abstract-class-not-used,
bad-builtin,
bad-continuation,
bad-indentation,
bad-whitespace,
broad-except,
eval-used,
fixme,
global-statement,
interface-not-implemented,
invalid-name,
locally-enabled,
locally-disabled,
logging-not-lazy,
missing-docstring,
no-member,
no-self-use,
star-args,
too-few-public-methods,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-locals,
too-many-public-methods,
too-many-statements,
too-many-return-statements
[REPORTS]
# Don't write out full reports, just messages.
reports=no
[VARIABLES]
# Google style
dummy-variables-rgx=_$|unused_
[FORMAT]
# We use two spaces for indents, instead of the usual four spaces or tab.
indent-string=' '
# We suppress long line check for lines that contain only the URL (with or
# without quote).
ignore-long-lines=^\s*'?https?://\S+'?$
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chromium_develop/chromium_tools.git
git@gitee.com:chromium_develop/chromium_tools.git
chromium_develop
chromium_tools
chromium_tools
master

搜索帮助