Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2018-11-22 20:34:18 +0300
committerBrendan Long <self@brendanlong.com>2018-11-22 20:34:18 +0300
commit30406ec94a6508df8f2f1f102d77f2219334a439 (patch)
tree4d70242e5aff0f9aaf45ec522798c27b4b31e38b /data
parent9bd6be47098c8f21db0fcd3c9a3d4291f9661e00 (diff)
Switch appdata validate to relaxed
The previous validation was failing for style errors (can't start description with <ul> and stuff like that).
Diffstat (limited to 'data')
-rw-r--r--data/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index dcfadc39..a2260868 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -46,7 +46,7 @@ if appstreamcli.found()
test (
'Validate appdata file',
appstreamcli,
- args: ['validate', join_paths(meson.current_build_dir (), 'org.gnome.FeedReader.appdata.xml')]
+ args: ['validate-relax', join_paths(meson.current_build_dir (), 'org.gnome.FeedReader.appdata.xml')]
)
endif