Skip to content

Feat/4254/ignore gitignore#4294

Merged
Nereboss merged 16 commits intomainfrom
feat/4254/ignore-gitignore
Oct 27, 2025
Merged

Feat/4254/ignore gitignore#4294
Nereboss merged 16 commits intomainfrom
feat/4254/ignore-gitignore

Conversation

@Nereboss
Copy link
Collaborator

@Nereboss Nereboss commented Oct 23, 2025

Use gitignores as default for excluding files

Closes: #4254

Description

Adds a --bypass-gitignore flag to unifiedparser
Changes default file-excluding behaviour of the unifiedParser to use gitignore (fallback is current system)

Definition of Done

A PR is only ready for merge once all the following acceptance criteria are fulfilled:

  • Changes have been manually tested
  • All TODOs related to this PR have been closed
  • There are automated tests for newly written code and bug fixes
  • All bugs discovered while working on this PR have been submitted as issues (if not already an open issue)
  • Documentation (GH-pages, analysis/visualization READMEs, parser READMEs, --help, etc.) has been updated (almost always necessary except for bug fixes)
  • CHANGELOG.md has been updated

Screenshots or gifs

@Nereboss Nereboss force-pushed the feat/4254/ignore-gitignore branch from 2fb5b53 to 7fb2a20 Compare October 23, 2025 10:42
@sonarqubecloud
Copy link

@Nereboss Nereboss merged commit 57a96db into main Oct 27, 2025
5 checks passed
@Nereboss Nereboss deleted the feat/4254/ignore-gitignore branch October 27, 2025 14:34
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.

Unifiedparser: Ignore files that are inside the .gitignore

2 participants