Skip to content

Commit d1ffbc7

Browse files
committed
chore: fix some linter issues
1 parent 5a3863f commit d1ffbc7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

io.github.mpvqc.mpvQC.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ command: mpvQC
66

77
finish-args:
88
- --device=dri
9+
# Home filesystem access required for:
10+
# - Opening video files from user-specified locations
11+
# - Saving QC reports and exports to user-chosen directories
12+
# - Loading subtitle files and project documents
913
- --filesystem=home
1014
- --share=ipc
1115
- --socket=wayland
@@ -53,12 +57,12 @@ modules:
5357
url: https://github.com/LuaJIT/LuaJIT.git
5458
disable-shallow-clone: true
5559
commit: f9140a622a0c44a99efb391cc1c2358bc8098ab7
56-
x-checker-data:
57-
type: json
58-
url: https://api.github.com/repos/LuaJIT/LuaJIT/branches/v2.1
59-
commit-query: .commit.sha
60-
version-query: .commit.sha
61-
timestamp-query: .commit.commit.committer.date
60+
# x-checker-data:
61+
# type: json
62+
# url: https://api.github.com/repos/LuaJIT/LuaJIT/branches/v2.1
63+
# commit-query: .commit.sha
64+
# version-query: .commit.sha
65+
# timestamp-query: .commit.commit.committer.date
6266
- type: shell
6367
commands:
6468
- sed -i 's|/usr/local|/app|' ./Makefile
@@ -229,9 +233,9 @@ modules:
229233
url: https://github.com/haasn/libplacebo.git
230234
tag: v7.349.0
231235
commit: 1fd3c7bde7b943fe8985c893310b5269a09b46c5
232-
x-checker-data:
233-
type: git
234-
tag-pattern: ^v([\d.]+)$
236+
# x-checker-data:
237+
# type: git
238+
# tag-pattern: ^v([\d.]+)$
235239

236240
- name: mpv
237241
buildsystem: meson

0 commit comments

Comments
 (0)