Port obsolescent syntax for array aggregates to Ada 2022 array syntax #41
check-commit-message.yml
on: push
Check commit message style
3s
Annotations
1 error and 2 warnings
Check commit message style
The message 1 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "orka: Remove parameter Program from function Add_Pass". Please re-write the subject so that it starts with a verb in imperative mood.
* The body does not contain any 'Signed-off-by: ' line. Did you sign off the commit with `git commit --signoff`?
The original message was:
orka: Remove parameter Program from function Add_Pass
A render pass callback object can usually access its rendering program
on its own, thus storing the program and providing it as a parameter to
the procedure Run is redundant.
Callbacks must from now on activate their program manually by calling
Use_Program.
The message 2 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "terrain: Convert code to use a frame graph for rendering". Please re-write the subject so that it starts with a verb in imperative mood.
The original message was:
terrain: Convert code to use a frame graph for rendering
The message 3 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "orka: Change parameter of procedure Log_Graph to have type Window'Class". Please re-write the subject so that it starts with a verb in imperative mood.
The original message was:
orka: Change parameter of procedure Log_Graph to have type Window'Class
The message 4 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "docs: Update files after converting code to render using frame graphs". Please re-write the subject so that it starts with a verb in imperative mood.
The original message was:
docs: Update files after converting code to render using frame graphs
The message 5 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "orka: Revert changing origin of viewport to upper left corner". Please re-write the subject so that it starts with a verb in imperative mood.
* The body does not contain any 'Signed-off-by: ' line. Did you sign off the commit with `git commit --signoff`?
The original message was:
orka: Revert changing origin of viewport to upper left corner
Without it, it would almost always require an extra render pass when
rendering using a frame graph to avoid textures being rendered upside
down.
The message 6 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "orka: Add Python file to render the JSON of a frame graph on the screen". Please re-write the subject so that it starts with a verb in imperative mood.
The original message was:
orka: Add Python file to render the JSON of a frame graph on the screen
The message 7 is invalid:
* The subject must start with a verb in imperative mood, but it started with: "Port". Whether the word is in imperative mood is determined by whitelisting. The general whitelist is available at https://github.com/mristin/opinionated-commit-message/blob/master/src/mostFrequentEnglishVerbs.ts. You can whitelist additional verbs using "additional-verbs" input to your GitHub action (currently no additional verbs were thus specified). Moreover, you can also whitelist additional verbs in a file given as "path-to-additional-verbs" input to your GitHub action (currently no whitelist file was specified). Please check the whitelist and either change the first word of the subject or whitelist the verb.
The original message was:
Port obsolescent syntax for array aggregates to Ada 2022 array syntax
|
Check commit message style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mristin/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check commit message style
The following actions uses node12 which is deprecated and will be forced to run on node16: mristin/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|