Fix copy and paste of JSON clipboard contents #116
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 9 of the message (line 7 of the body) exceeds the limit of 72 characters. The line contains 74 characters: "Before the fix, copy/ paste of JSON clipboard contents for Qualifiers and ". 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.
|