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

fix: don't fill .dcignore with default ignore values #440

Merged
merged 3 commits into from
Jun 30, 2023

Conversation

bastiandoetsch
Copy link
Collaborator

Description

We never know how packages, directories or other source code is named in a project. Having a multi-language spanning ignore file without false ignores is next to impossible. Therefore, it should be user maintained.

E.g. with the default values from before, the download package of our source code would be ignored.

Checklist

  • Tests added and all succeed
  • Linted
  • CHANGELOG.md updated
  • README.md updated, if user-facing

Screenshots / GIFs

Visuals that may help the reviewer. Please add screenshots for any UI change. GIFs are most welcome!

We never know how packages, directories or other source code is named in a project. Having a multi-language spanning ignore file without false ignores is next to impossible. Therefore, it should be user maintained.
@bastiandoetsch bastiandoetsch requested a review from a team as a code owner June 29, 2023 21:21
@bastiandoetsch bastiandoetsch merged commit ecb2cab into master Jun 30, 2023
7 checks passed
@bastiandoetsch bastiandoetsch deleted the chore/cleanup_snyk_code_ignores branch June 30, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants