Skip to content

Commit 47c2c74

Browse files
author
github-actions
committed
[actions] Build of 28d3555
1 parent 7800d62 commit 47c2c74

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Custom validators
5050

5151
Create somewhere in your repository a file (e.g. ``validator.mjs``) and use the path in ``validator_file``.
5252

53-
Your validator will inherit from `CommitValidator <./src/commit-validator.ts#L35>`__. Only implement the function you need, so it wont override the default behavior.
53+
Your validator will inherit from `CommitValidator <./src/commit-validator.ts#L48>`__. Only implement the function you need, so it wont override the default behavior.
5454

55-
You have to always return a `Result <./src/commmit-validator.ts#L9>`__. Only ``Status.Failure`` will result into an CI error.
55+
You have to always return a `Result <./src/commmit-validator.ts#L48>`__. Only ``Status.Failure`` will result into an CI error.
5656

57-
`CommitValidator <./src/commit-validator.ts#L35>`__ provides the following constructor/functions.
57+
`CommitValidator <./src/commit-validator.ts#L48>`__ provides the following constructor/functions.
5858

5959
- ``constructor(options: string[])``
6060
Options passed to GitHub workflow.
@@ -68,7 +68,7 @@ You have to always return a `Result <./src/commmit-validator.ts#L9>`__. Only ``S
6868
- ``validate_message(summary: string, description: string): Result``
6969
For simple use cases when only the summary and description text has to be checked.
7070

71-
Look here for the `Reference`_ and an example `here <./example/simpleTag.mjs>`__.
71+
Look here for the `Reference`_ and an basic example `here <./example/simpleTag.mjs>`__.
7272

7373
Template
7474
********
@@ -101,8 +101,8 @@ Template
101101
Reference
102102
---------
103103

104-
- `Commit <./src/commit.ts#L16>`__
105-
- `CommitValidator <./src/commit-validator.ts#L35>`__
104+
- `Commit <./src/commit.ts#L14>`__
105+
- `CommitValidator <./src/commit-validator.ts#L48>`__
106106
- `Result <./src/commmit-validator.ts#L9>`__
107107
- `Status <./src/commmit-validator.ts#L3>`__
108108

0 commit comments

Comments
 (0)