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

Integrate cue_file. #4208

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:

- id: check-merge-conflict
- id: end-of-file-fixer
exclude: dune.inc
exclude: (dune.inc|autocue.cue_file.liq)
- id: mixed-line-ending
exclude: dune.inc
- id: trailing-whitespace
Expand All @@ -29,6 +29,7 @@ repos:
rev: c5eab8dceed09fa985b3cf0ba3fe7f398fc00c04
hooks:
- id: liquidsoap-prettier
exclude: autocue.cue_file.liq

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
Expand All @@ -41,7 +42,7 @@ repos:
hooks:
- id: codespell
args: [-w, --ignore-words=.codespellignore]
exclude: ^doc/orig/fosdem2020
exclude: (fosdem2020|cue_file)

- repo: local
hooks:
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
(sedlex (>= 3.2))
(menhir (>= 20180703))
)
(sites (share libs) (share bin) (share cache) (lib_root lib_root))
(sites (share libs) (share bin) (share cache) (lib_root lib_root) (libexec scripts))
(synopsis "Liquidsoap language library"))

(package
Expand Down
Loading
Loading