git-commit-message-style.yml
on: push
Check commit message style
2s
Annotations
1 error
Check commit message style
The message 1 is invalid:
* The line 4 of the message (line 2 of the body) exceeds the limit of 72 characters. The line contains 73 characters: "& `establish` this prevents the daemon from using DNS servers that are no". Please reformat the body so that all the lines fit 72 characters.
The original message was:
Clear dnsServers on establish and closeTun
Since we know the dnsServers are invalid after having invoked `closeTun`
& `establish` this prevents the daemon from using DNS servers that are no
longer valid.
The message 4 is invalid:
* The subject must start with a verb in imperative mood, but it started with: "Only". 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 one or more 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:
Only recreate android tunnel when necessary
The message 5 is invalid:
* The subject must start with a capitalized word, but the current first word is: "wip". Please capitalize to: "Wip".
* The subject must start with a verb in imperative mood, but it started with: "wip". 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 one or more 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:
wip
|