From 322d1bffea25334d9ff607fedb7ec39e66ca8ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:02:35 +0200 Subject: [PATCH] Fix linter --- manifest.toml | 6 +++--- tests.toml | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 tests.toml diff --git a/manifest.toml b/manifest.toml index fc57e0b..9ccceac 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,8 +3,8 @@ packaging_format = 2 id = "gancio" name = "Gancio" -description.en = "A shared agenda for local communities, federated with the fediverse." -description.fr = "Un agenda partagé pour les communautés locales, fédéré avec le fédiverse." +description.en = "Shared agenda for local communities, federated with the fediverse." +description.fr = "Agenda partagé pour les communautés locales, fédéré avec le fédiverse." version = "1.6.10~ynh1" @@ -12,7 +12,7 @@ maintainers = ["Lapineige"] [upstream] # NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data -license = "AGPL v3" +license = "AGPL-3.0-only" website = "https://gancio.org" demo = "https://demo.gancio.org/" admindoc = "https://gancio.org/install/" diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..91daf17 --- /dev/null +++ b/tests.toml @@ -0,0 +1,7 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ \ No newline at end of file