Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't ignore paths outside the project #396

Closed
xshapira opened this issue Oct 26, 2023 · 3 comments
Closed

Can't ignore paths outside the project #396

xshapira opened this issue Oct 26, 2023 · 3 comments
Assignees
Labels
bug Something isn't working next release This will be fixed in next release

Comments

@xshapira
Copy link

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

@xshapira xshapira added the bug Something isn't working label Oct 26, 2023
@ruancomelli ruancomelli self-assigned this Jan 8, 2024
@ruancomelli
Copy link
Contributor

Hello, @xshapira! Thanks for reaching out!

I was able to reproduce this issue and am already working on a fix 😄

@linear linear bot closed this as completed Jan 9, 2024
@ruancomelli ruancomelli reopened this Jan 9, 2024
@ruancomelli ruancomelli added the next release This will be fixed in next release label Jan 9, 2024
@ruancomelli
Copy link
Contributor

Hello again, @xshapira!

This issue has now been fixed and will become available in the next Sourcery release 🚀

Thank you again for reaching out!

@xshapira
Copy link
Author

@ruancomelli Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next release This will be fixed in next release
Projects
None yet
Development

No branches or pull requests

2 participants