Skip to content

Commit

Permalink
git:// protocol check: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 authored and Mikolaj committed Aug 20, 2024
1 parent 3fbac39 commit cc65775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/cabal-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,9 @@ A list of all warnings with their constructor:
- ``unrecognised-repo-type``: unrecognised kind of source-repository.
- ``repo-no-type``: missing ``type`` in ``source-repository``.
- ``repo-no-location``: missing ``location`` in ``source-repository``.
- ``git-protocol``: using insecure ``git://`` protocol
(`explanation <https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#_the_cons_4>`__
in Git Book).
- ``repo-no-module``: missing ``module`` in ``source-repository``.
- ``repo-no-tag``: missing ``tag`` in ``source-repository``.
- ``repo-relative-dir``: ``subdir`` in ``source-repository`` must be relative.
Expand Down

0 comments on commit cc65775

Please sign in to comment.