Skip to content

fix!: changed gpkg file path regex pattern#133

Merged
vitaligi merged 3 commits intomasterfrom
fix/gpkg-file-path-regex
Oct 30, 2025
Merged

fix!: changed gpkg file path regex pattern#133
vitaligi merged 3 commits intomasterfrom
fix/gpkg-file-path-regex

Conversation

@CL-SHLOMIKONCHA
Copy link
Copy Markdown
Contributor

Question Answer
Bug fix
New feature
Breaking change
Deprecations
Documentation
Tests added
Chore

Comment thread src/constants/ingestion/constants.ts Outdated
},
gpkgfileName: {
pattern: '^((\\/[\\w-]+)+)\\/([^\\/][\\wא-ת\\.-]+)\\.gpkg$',
pattern: '^(\\/?[\\w-]+)(\\/[\\w-]+)*\\/[\\wא-ת\.-]+\\.gpkg$',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the following ignore
// eslint-disable-next-line no-useless-escape

@vitaligi vitaligi merged commit f5da490 into master Oct 30, 2025
6 checks passed
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