Menu

Suppress everything except addon

2022-12-07
2022-12-08
  • Jeff Goeders

    Jeff Goeders - 2022-12-07

    Is there a way to suppress everything except the errors generated by my custom add on? I've tried --suppress=* but that also supresses issues identified by my addon.

     
  • Daniel Marjamäki

    hmm.. not directly from cppcheck.

    as you probably know, you can run your addon separately:

    cppcheck --dump sourcefile.c
    python3 youraddon.py sourcefile.c.dump 2> errors.txt
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.