From ff5f4c5c40e8d5ca44715ee398c090284f9152ca Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 25 Sep 2024 17:12:09 +0530 Subject: [PATCH] Fix opam-lint warning about synopsis ending with a dot --- dune-project | 2 +- opam-ci-check.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index cbad2a2..9d06401 100644 --- a/dune-project +++ b/dune-project @@ -23,7 +23,7 @@ (package (name opam-ci-check) (synopsis - "CLI tool that tests whether packages are publishable on the opam repository.") + "CLI tool that tests whether packages are publishable on the opam repository") (description "opam-ci-check is used in the opam repo CI and can be used locally and in other CI pipelines to test the deliverability of packages.") (depends diff --git a/opam-ci-check.opam b/opam-ci-check.opam index 0103acf..2a99108 100644 --- a/opam-ci-check.opam +++ b/opam-ci-check.opam @@ -1,7 +1,7 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: - "CLI tool that tests whether packages are publishable on the opam repository." + "CLI tool that tests whether packages are publishable on the opam repository" description: "opam-ci-check is used in the opam repo CI and can be used locally and in other CI pipelines to test the deliverability of packages." maintainer: [