Skip to content

Can't ignore paths outside the project #396

Closed
@xshapira

Description

Sourcery doesn't ignore paths outside the project. The errors often stick around even when you close the file, which adds redundant clutter.

I'm using Jedi as a language server in VS Code.

CleanShot 2023-10-26 at 17 14 06@2x

CleanShot 2023-10-26 at 17 38 26@2x

Here is my global sourcery.yaml config file:

rule_settings:
  enable:
  - default
  - gpsg

ignore:
  - .venv/*
  - ~/.vscode/extensions/*
  - ~/.pyenv/versions/*

coding_assistant:
  enabled: true

IDE Version:
VS Code 1.83.1

Sourcery Version:
Sourcery 1.11.0

Operating system and Version:
macOS Monterey 12.7

Metadata

Assignees

Labels

bugSomething isn't workingnext releaseThis will be fixed in next release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions