Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
CI_Source CI_Source
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Labels
    • Labels
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Support
  • CI_SourceCI_Source
  • Merge requests
  • !10

Merged
Created Dec 17, 2021 by Ben Avison@bavisonDeveloper

Adapt cppcheck output parser to cppcheck v1.90

  • Overview 2
  • Commits 1
  • Pipelines 4
  • Changes 1

The GitLab runner machine previously ran Ubuntu 18.04, which featured cppcheck 1.82. Some planned enhancements to the CI scripts required a newer version of cppcheck, so we have upgraded it to Ubuntu 20.04, which has cppcheck 1.90. However, the format of the diagnostics printed by cppcheck has changed in 1.90, so our code that parsed them needs adapting to match.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: cppcheck-1.90