changes on conf.json format #5

Closed
opened 2024-11-02 16:05:26 +08:00 by manuel · 1 comment
Owner

List of recent changes in conf.json format which require conf-generator to be adjusted. Thick once changes are ready.

  • cppcheck parser: severity \to keywords
  • cpplint parser: keywords now supported
  • result-status parser: now supports forcequit (ForceQuitOnNotAccepted)
  • all parsers: use keywords to group by score, (note: keyword parser now also uses keywords instead of keyword)
    eg. if keywords "abc" and "cd" have both score 3 use
{
  "keywords": [ "abc", "cd" ],
  "score": 3
}
List of recent changes in `conf.json` format which require conf-generator to be adjusted. Thick once changes are ready. - [x] cppcheck parser: `severity` $\to$ `keywords` - [x] cpplint parser: `keywords` now supported - [x] result-status parser: now supports `forcequit` (`ForceQuitOnNotAccepted`) - [x] all parsers: use `keywords` to group by `score`, (note: keyword parser now also uses `keywords` instead of `keyword`) eg. if keywords "abc" and "cd" have both score 3 use ```json { "keywords": [ "abc", "cd" ], "score": 3 } ```
manuel added the
bug
label 2024-11-02 16:05:50 +08:00
樊络一521370910049 was assigned by manuel 2024-11-02 16:05:59 +08:00
李衍志523370910113 was assigned by manuel 2024-11-02 16:05:59 +08:00

done, closed

done, closed
Sign in to join this conversation.
No Milestone
No project
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JOJ/JOJ3-config-generator#5
No description provided.