Skip to content

Commit

Permalink
Merge pull request #129 from Holzhaus/xml
Browse files Browse the repository at this point in the history
feat(xml): Add support for Rekordbox XML format
  • Loading branch information
Holzhaus authored Jan 23, 2025
2 parents 589db3f + 8885878 commit 0b4eb5f
Show file tree
Hide file tree
Showing 11 changed files with 832 additions and 24 deletions.
1 change: 1 addition & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
crate
ser
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
--ignore-words=.codespellignore
]
# We cannot fix spelling errors in past commit message without force-push.
exclude: ^CHANGELOG.md$
exclude: ^(CHANGELOG\.md|data/.*)$
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
Expand Down Expand Up @@ -56,6 +56,7 @@ repos:
rev: v0.0.4
hooks:
- id: sourceheaders
exclude: ^data/.*$
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1
hooks:
Expand Down
Loading

0 comments on commit 0b4eb5f

Please sign in to comment.