Fix copy and paste of JSON clipboard contents #114
check-commit-messages.yml
on: pull_request
Check-commit-messages
13s
Annotations
1 error
Check-commit-messages
The message 1 is invalid:
* The subject exceeds the limit of 50 characters (got: 75, JSON: "Fix copy and paste of JSON clipboard contents for Qualifiers and Extensions").Please shorten the subject to make it more succinct.
* The line 6 of the message (line 4 of the body) exceeds the limit of 72 characters. The line contains 81 characters: "Qualifiers and Extensions may contain complex IClass-objects, such as References.". Please reformat the body so that all the lines fit 72 characters.
* The line 8 of the message (line 6 of the body) exceeds the limit of 72 characters. The line contains 117 characters: "Before the fix, copy/ paste of JSON clipboard contents for Qualifiers and Extensions failed for semanticIds and such.". Please reformat the body so that all the lines fit 72 characters.
The original message was:
Fix copy and paste of JSON clipboard contents for Qualifiers and Extensions
** To be integrated into main branch. **
Working with Qualifiers and Extensions is increasingly demanding.
Qualifiers and Extensions may contain complex IClass-objects, such as References.
JSON serialization and deserialization is therefore not straighforward.
Before the fix, copy/ paste of JSON clipboard contents for Qualifiers and Extensions failed for semanticIds and such.
Now, it seems to be working.
|