You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
I'm currently implementing it (see ocaml/opam-repository#14626 for my first attempt, which prints every non-opam file). Yes, I know, I need to use proper markup formatting.
See ocaml/opam-repository#14288 - it'd be helpful if Camelus warned about unexpected files in a pull request. The valid patterns would be:
/packages/FOO/BAR
should be rejected, unlessBAR
is a directory or a.gitattributes
file (the latter should probably generate a highlighted note too)/packages/FOO/FOO.VERSION/BAR
should be rejected, unlessBAR
isopam
The text was updated successfully, but these errors were encountered: