ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

SublimeLinter-pylint

SublimeLinter ST3

SublimeLinter 插件用于Python,使用 pylint。

详情

  • 1.5.3
  • github.com
  • github.com
  • 4年前
  • 2小时前
  • 11年前

安装次数

  • 总次数 96K
  • Win 37K
  • Mac 32K
  • Linux 27K
Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22
Windows 5 3 1 5 5 5 3 5 7 2 7 4 6 7 6 2 4 4 4 3 7 0 1 2 8 4 3 3 4 2 3 8 6 7 10 7 3 3 0 2 5 6 1 0 3 4
Mac 6 4 5 0 4 3 2 3 5 3 1 8 3 1 5 2 5 2 3 4 4 3 5 2 1 1 4 5 1 4 4 2 6 4 2 4 3 1 2 2 2 5 2 2 1 2
Linux 0 6 1 0 5 2 3 2 3 3 1 4 1 3 3 0 1 0 0 4 1 4 4 3 5 4 0 3 3 3 2 0 6 2 0 0 4 3 2 4 3 2 3 2 0 2

说明文档

源代码
raw.githubusercontent.com

SublimeLinter-pylint

此代码检查插件为 SublimeLinter 提供 pylint 的接口。它将用于具有“python”语法的文件。

安装

要使用此插件,必须安装 SublimeLinter。

请使用 Package Control 来安装代码检查插件。

在使用此插件之前,请确保您的系统中已安装 pylint(1.0 或更高版本)。要安装 pylint,请在终端中输入以下内容,将‘x’替换为系统上的次要版本号:

  1. 安装 Pythonpip。如果您计划使用 Python 3 编码,则需要为 Python 3 安装 pip

  2. 通过在终端中输入以下内容安装 pylint,将‘x’替换为您系统上的次要版本号:

# For python 2.x
   [sudo] pip-2.x install pylint

   # For python 3.x
   [sudo] pip-3.x install pylint

   # On Windows, for python 2.x
   c:\Python2x\Scripts\pip.exe install pylint

   # On Windows, for python 3.x
   c:\Python3x\Scripts\pip.exe install pylint

请确保 pylint 的路径对 SublimeLinter 可用。文档涵盖了 解决 PATH 配置问题

设置

可以使用 .pylintrc 配置文件和内联注释配置 Pylint,更多详细信息请参阅 Pylint 文档