1 Star 0 Fork 1

shitou7630/gpsd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pylintrc 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
# gpsd configuration for pylintrc
# gpsd does not try to conform to pylint, but pylint can be useful
# to find things like unused variables, missing docstrings, undefined
# variables, unused imports, etc.
#
# The whitespace checker in pylint conflicts with that in pycodestyle.
# pycodestyle replaces pep8 for checking PEP8 conformity.
#
# Use pylint as an advisory tool, not as a blunt instrument.
#
# This file is Copyright 2018 by the GPSD project
# SPDX-License-Identifier: BSD-2-clause
[MESSAGES CONTROL]
# Disable warnings that are silly
disable = bad-continuation,
invalid-name,
misplaced-comparison-constant,
no-self-use,
too-many-branches,
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-public-methods,
too-many-statements
# vim: set expandtab shiftwidth=4
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/shitou7630/gpsd.git
[email protected]:shitou7630/gpsd.git
shitou7630
gpsd
gpsd
master

搜索帮助