Bill-Gray / PDCursesMod

Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model, modified and extended from the 'official' version
https://www.projectpluto.com/win32a.htm
338 stars 73 forks source link

add Coverity Scan to check for possible issues #98

Open GitMensch opened 5 years ago

GitMensch commented 5 years ago

This is just an idea but can be a nice addon. It can be done "manually" or (why not) be integrated to run by Travis (normally when merging to a special branch).

Coverity Scan is a static code analyzer that checks the code for possible issues. Another option would be to run each port through a static analyzer manually and create issues for these.

For some details see https://scan.coverity.com/travis_ci @Bill-Gray Please consider or close this issue.

GitMensch commented 5 years ago

Ping @Bill-Gray As you are the repo owner you are the only one that can sign in there (and may "invite" me to fix some of the minor issues ;-) What do you think about this?

In the case you aren't interested in this, then please drop a note and close this issue.