This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for maintainer emails in the opam file
This commit adds a simple regex search for emails in the maintainer field. Closes #20
- Loading branch information
Showing
9 changed files
with
35 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(library | ||
(name opam_ci_check) | ||
(public_name opam-ci-check) | ||
(libraries opam-client sexplib mula)) | ||
(libraries opam-client sexplib mula str)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ index 0000000..58229e8 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -37,7 +37,7 @@ index 0000000..58229e8 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ index 0000000..58229e8 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ index 0000000..69040f4 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -41,7 +41,7 @@ index 0000000..1581508 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -61,7 +61,7 @@ index 0000000..5ec1dc4 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ index 0000000..3697498 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Jane" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
+bug-reports: "https://github.com/ocurrent/opam-repo-ci/issues" | ||
|
@@ -26,7 +26,7 @@ index 0000000..a47aabf | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -54,7 +54,7 @@ index 0000000..5bab63e | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -84,7 +84,7 @@ index 0000000..0808e56 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -104,7 +104,7 @@ index 0000000..5bab63e | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -129,7 +129,7 @@ index 0000000..5bab63e | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -153,7 +153,7 @@ index 0000000..5bab63e | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ index 0000000..5246a83 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -25,7 +25,7 @@ index 0000000..5246a83 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -43,7 +43,7 @@ index 0000000..5246a83 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|
@@ -61,7 +61,7 @@ index 0000000..5246a83 | |
+opam-version: "2.0" | ||
+synopsis: "Synopsis" | ||
+description: "Description" | ||
+maintainer: "Maintainer" | ||
+maintainer: "Maintainer <[email protected]>" | ||
+author: "Author" | ||
+license: "Apache-2.0" | ||
+homepage: "https://github.com/ocurrent/opam-repo-ci" | ||
|