atom-community / atom-community/ide-python
flake8 exclude list does not work
未关闭
- 主要语言
- JavaScript
- 星标
- 238
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
flake8 runs on files even if they are in the exclude list.
To reproduce:
1. Create a file called `.svn`.
2. Open it in Atom.
3. Change the grammar to MagicPython.
4. Type `1 + `.
5. Open the Linter pane and notice flake8 has raised W291 and E999.
贡献指南
调研方向
在 Atom 中创建一个 `.svn` 文件、选择 MagicPython、输入 `1 + ` 并检查 Linter 面板,以复现该问题。首先跟踪 flake8 如何接收排除列表;当其中列出的文件不再进行 lint,且 W291 和 E999 消息不再出现时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100