1
0
Fork 0
No description
Find a file
Patryk Obara 9310258c57 Enforce limit on issues found in static analysis
Implements new script (count-bugs.py) for peeking inside clang static
analyzer's report and print just a summary.

If number of detected bugs goes beyond the limit, script will return
with error code 1, thus failing the CI run.  The upper limit is set to
113, which is current result of static analysis in our CI environment
(local run is likely to indicate different number); upper limit will
be updated in time, as issues get fixed or new compiler (detecting more
bugs) will be introduced.

This commit includes also slight modifictaions to count-warnings.py
script, to keep the both scripts outputting in similar format.
2019-09-26 21:30:13 +02:00
.github/workflows Enforce limit on issues found in static analysis 2019-09-26 21:30:13 +02:00
docs Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
include Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
scripts Enforce limit on issues found in static analysis 2019-09-26 21:30:13 +02:00
src Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
visualc_net Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
.gitignore Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
acinclude.m4 Update year and address of FSF 2019-01-25 14:09:58 +00:00
AUTHORS Update authors 2010-04-20 12:51:03 +00:00
autogen.sh Allow less beautiful version numbers. 2007-02-04 10:46:34 +00:00
ChangeLog <erge 0.74-2 documentation changes into trunk 2018-08-31 17:43:09 +00:00
configure.ac Use "git" to identify builds from master branch 2019-09-16 18:58:15 +02:00
COPYING Update year and address of FSF 2019-01-25 14:09:58 +00:00
INSTALL Add --disable-fpu-x64 which is the same as --disable-fpu-x86 for clarity reasons 2015-02-11 18:12:36 +00:00
Makefile.am 0.70 administrative changes 2007-03-02 10:21:44 +00:00
NEWS <erge 0.74-2 documentation changes into trunk 2018-08-31 17:43:09 +00:00
README <erge 0.74-2 documentation changes into trunk 2018-08-31 17:43:09 +00:00
README.md Initial commit 2019-09-15 00:08:31 +02:00
THANKS Updated 2010-05-09 11:07:51 +00:00
VERSION <erge 0.74-2 documentation changes into trunk 2018-08-31 17:43:09 +00:00

dosbox-staging