1 Star 0 Fork 10

ZhouWeitao/leapp_sync

forked from anolis/leapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pylintrc 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
[MESSAGES CONTROL]
disable=
# "F" Fatal errors that prevent further processing
import-error,
# "I" Informational noise
# "E" Error for important programming issues (likely bugs)
cyclic-import,
no-member,
no-name-in-module,
# "W" Warnings for stylistic problems or minor programming issues
arguments-differ,
bad-mcs-classmethod-argument,
fixme,
global-statement,
protected-access,
redefined-outer-name,
super-init-not-called,
unsubscriptable-object,
unused-variable,
# "C" Coding convention violations
invalid-name,
missing-docstring,
unidiomatic-typecheck,
# "R" Refactor recommendations
duplicate-code,
inconsistent-return-statements,
too-few-public-methods,
too-many-ancestors,
too-many-branches,
too-many-locals,
too-many-public-methods,
too-many-statements,
# new for python3 version of pylint
useless-object-inheritance,
super-with-arguments, # required in python 2
raise-missing-from, # no 'raise from' in python 2
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=120
[DESIGN]
max-args=11 # 2x + 1 from default
max-attributes=21 # 4x + 1 from default
[TYPECHECK]
disable=bad-option-value # unavoidable as the project requires both py2 and py3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yunqi-zwt/leapp_sync.git
git@gitee.com:yunqi-zwt/leapp_sync.git
yunqi-zwt
leapp_sync
leapp_sync
master_anolis

搜索帮助

0d507c66 1850385 C8b1a773 1850385