AtomLinter / linter-pylama

Lint python in the Atom on the fly, using pylama
MIT License
22 stars 13 forks source link

Module never loads and never shows any errors #107

Open jwaggy opened 5 years ago

jwaggy commented 5 years ago

As far as I can tell linter-pylama never runs anything and never throws any errors to the console.

ATOM 1.34.0 x64 python 3.6.7 windows 10 pro

Community Packages (9) ├── busy-signal@2.0.0 ├── intentions@1.1.5 ├── linter@2.3.0 ├── linter-markdown@5.2.2 ├── linter-pylama@0.10.1 ├── linter-shellcheck@1.6.0 ├── linter-ui-default@1.7.1 ├── markdown-preview-plus@3.7.1 └── teletype@0.13.3

I would greatly appreciate your help as I have used this package prior to this new pc and was in love.

Arcanemagus commented 5 years ago

First step would be to run Linter: Debug from the command palette.

jwaggy commented 5 years ago
Platform: win32
Atom Version: 1.34.0
Linter Version: 2.3.0
Opened file is ignored: Yes
Matching Linter Providers: 
  - Pylama
Disabled Linter Providers: 
Standard Linter Providers: 
  - Pylama
  - remark-lint
  - ShellCheck
Indie Linter Providers: 
UI Providers: 
  - Linter
Ignore Glob: **/*.min.{js,css}
VCS Ignored Paths are excluded: true
Current File Scopes: 
  - *
  - source.python
Arcanemagus commented 5 years ago

Opened file is ignored: Yes

It looks like the file you have open is ignored by your VCS (e.g. git). You'll either need to adjust how that is being set to ignored, or change the core Atom setting for "Exclude VCS Ignored Files".